com.stimulsoft.report.engine.parser.enums
Enum StiAsmCommandType

java.lang.Object
  extended by java.lang.Enum<StiAsmCommandType>
      extended by com.stimulsoft.report.engine.parser.enums.StiAsmCommandType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<StiAsmCommandType>

public enum StiAsmCommandType
extends java.lang.Enum<StiAsmCommandType>


Enum Constant Summary
Add
           
And
           
And2
           
Cast
           
CompareEqual
           
CompareLeft
           
CompareLeftEqual
           
CompareNotEqual
           
CompareRight
           
CompareRightEqual
           
CopyToVariable
           
Div
           
Jump
           
JumpFalse
           
JumpTrue
           
Mod
           
Mult
           
Neg
           
Not
           
Or
           
Or2
           
Power
           
PushArrayElement
           
PushBusinessObjectField
           
PushComponent
           
PushDataSourceField
           
PushFunction
           
PushMethod
           
PushProperty
           
PushSystemVariable
           
PushValue
           
PushVariable
           
Shl
           
Shr
           
Sub
           
Xor
           
 
Method Summary
static StiAsmCommandType forValue(int value)
           
 int getValue()
           
static StiAsmCommandType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiAsmCommandType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

PushValue

public static final StiAsmCommandType PushValue

PushVariable

public static final StiAsmCommandType PushVariable

PushSystemVariable

public static final StiAsmCommandType PushSystemVariable

PushDataSourceField

public static final StiAsmCommandType PushDataSourceField

PushBusinessObjectField

public static final StiAsmCommandType PushBusinessObjectField

PushFunction

public static final StiAsmCommandType PushFunction

PushMethod

public static final StiAsmCommandType PushMethod

PushProperty

public static final StiAsmCommandType PushProperty

PushComponent

public static final StiAsmCommandType PushComponent

PushArrayElement

public static final StiAsmCommandType PushArrayElement

CopyToVariable

public static final StiAsmCommandType CopyToVariable

Add

public static final StiAsmCommandType Add

Sub

public static final StiAsmCommandType Sub

Mult

public static final StiAsmCommandType Mult

Div

public static final StiAsmCommandType Div

Mod

public static final StiAsmCommandType Mod

Power

public static final StiAsmCommandType Power

Neg

public static final StiAsmCommandType Neg

Cast

public static final StiAsmCommandType Cast

Not

public static final StiAsmCommandType Not

CompareLeft

public static final StiAsmCommandType CompareLeft

CompareLeftEqual

public static final StiAsmCommandType CompareLeftEqual

CompareRight

public static final StiAsmCommandType CompareRight

CompareRightEqual

public static final StiAsmCommandType CompareRightEqual

CompareEqual

public static final StiAsmCommandType CompareEqual

CompareNotEqual

public static final StiAsmCommandType CompareNotEqual

Shl

public static final StiAsmCommandType Shl

Shr

public static final StiAsmCommandType Shr

And

public static final StiAsmCommandType And

And2

public static final StiAsmCommandType And2

Or

public static final StiAsmCommandType Or

Or2

public static final StiAsmCommandType Or2

Xor

public static final StiAsmCommandType Xor

Jump

public static final StiAsmCommandType Jump

JumpTrue

public static final StiAsmCommandType JumpTrue

JumpFalse

public static final StiAsmCommandType JumpFalse
Method Detail

values

public static StiAsmCommandType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (StiAsmCommandType c : StiAsmCommandType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static StiAsmCommandType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getValue

public int getValue()

forValue

public static StiAsmCommandType forValue(int value)


Copyright © 2018 Stimulsoft. All Rights Reserved.