Class StiAsmCommand
java.lang.Object
com.stimulsoft.report.engine.parser.StiAsmCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionintint -
Constructor Summary
ConstructorsConstructorDescriptionStiAsmCommand(StiAsmCommandType type, Object parameter) StiAsmCommand(StiAsmCommandType type, Object parameter1, Object parameter2) StiAsmCommand(StiAsmCommandType type, Object parameter1, Object parameter2, String customFunctionName) StiAsmCommand(StiAsmCommandType type, Object parameter1, Object parameter2, String customFunctionName, int position, int length) -
Method Summary
-
Field Details
-
Type
-
Parameter1
-
Parameter2
-
Position
public int Position -
Length
public int Length
-
-
Constructor Details
-
StiAsmCommand
-
StiAsmCommand
-
StiAsmCommand
-
StiAsmCommand
public StiAsmCommand(StiAsmCommandType type, Object parameter1, Object parameter2, String customFunctionName) -
StiAsmCommand
public StiAsmCommand(StiAsmCommandType type, Object parameter1, Object parameter2, String customFunctionName, int position, int length)
-
-
Method Details