| Package | Description |
|---|---|
| com.stimulsoft.report.engine.parser | |
| com.stimulsoft.report.engine.parser.enums |
| Modifier and Type | Method and Description |
|---|---|
StiFunctionType |
StiParserMethodInfo.getName() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Hashtable<StiFunctionType,java.util.List<StiParserMethodInfo>> |
StiParser.getMethodsHash() |
| Modifier and Type | Method and Description |
|---|---|
static int |
StiCallFunction.checkParserMethodInfo(StiFunctionType type,
java.util.ArrayList args) |
void |
StiParserMethodInfo.setName(StiFunctionType name) |
| Constructor and Description |
|---|
StiParserMethodInfo(StiFunctionType name,
int number,
StiParserDataType[] arguments) |
StiParserMethodInfo(StiFunctionType name,
int number,
StiParserDataType[] arguments,
StiSystemTypeEnum[] types) |
| Modifier and Type | Method and Description |
|---|---|
static StiFunctionType |
StiFunctionType.forValue(int value) |
static StiFunctionType |
StiFunctionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiFunctionType[] |
StiFunctionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.concurrent.ConcurrentHashMap<java.lang.String,StiFunctionType> |
StiFunctionType.getFunctionsList() |
static java.util.concurrent.ConcurrentHashMap<StiFunctionType,java.lang.Integer> |
StiFunctionType.getParametersList() |
Copyright © 2019 Stimulsoft. All Rights Reserved.