Uses of Class
com.googlecode.aviator.code.interpreter.ir.AssertTypeIR.AssertTypes
-
Packages that use AssertTypeIR.AssertTypes Package Description com.googlecode.aviator.code.interpreter.ir -
-
Uses of AssertTypeIR.AssertTypes in com.googlecode.aviator.code.interpreter.ir
Fields in com.googlecode.aviator.code.interpreter.ir declared as AssertTypeIR.AssertTypes Modifier and Type Field Description private AssertTypeIR.AssertTypes
AssertTypeIR. type
Methods in com.googlecode.aviator.code.interpreter.ir that return AssertTypeIR.AssertTypes Modifier and Type Method Description static AssertTypeIR.AssertTypes
AssertTypeIR.AssertTypes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AssertTypeIR.AssertTypes[]
AssertTypeIR.AssertTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.googlecode.aviator.code.interpreter.ir with parameters of type AssertTypeIR.AssertTypes Constructor Description AssertTypeIR(AssertTypeIR.AssertTypes type)
-