| Package | Description |
|---|---|
| com.stimulsoft.report.engine.parser | |
| com.stimulsoft.report.engine.parser.enums |
| Modifier and Type | Field and Description |
|---|---|
StiAsmCommandType |
StiAsmCommand.Type |
| Constructor and Description |
|---|
StiAsmCommand(StiAsmCommandType type) |
StiAsmCommand(StiAsmCommandType type,
java.lang.Object parameter) |
StiAsmCommand(StiAsmCommandType type,
java.lang.Object parameter1,
java.lang.Object parameter2) |
StiAsmCommand(StiAsmCommandType type,
java.lang.Object parameter1,
java.lang.Object parameter2,
java.lang.String customFunctionName) |
StiAsmCommand(StiAsmCommandType type,
java.lang.Object parameter1,
java.lang.Object parameter2,
java.lang.String customFunctionName,
int position,
int length) |
| Modifier and Type | Method and Description |
|---|---|
static StiAsmCommandType |
StiAsmCommandType.forValue(int value) |
static StiAsmCommandType |
StiAsmCommandType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiAsmCommandType[] |
StiAsmCommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Stimulsoft. All Rights Reserved.