| Package | Description |
|---|---|
| com.stimulsoft.report.engine.parser | |
| com.stimulsoft.report.engine.parser.enums |
| Modifier and Type | Method and Description |
|---|---|
StiParserDataType[] |
StiParserMethodInfo.getArguments() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiParserMethodInfo.setArguments(StiParserDataType[] arguments) |
| 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 StiParserDataType |
StiParserDataType.forValue(int value) |
static StiParserDataType |
StiParserDataType.forValue(java.lang.String name) |
static StiParserDataType |
StiParserDataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiParserDataType[] |
StiParserDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Stimulsoft. All Rights Reserved.