Uses of Class
org.spf4j.zel.vm.Program.Type
-
Packages that use Program.Type Package Description org.spf4j.zel.vm -
-
Uses of Program.Type in org.spf4j.zel.vm
Methods in org.spf4j.zel.vm that return Program.Type Modifier and Type Method Description Program.TypeProgram. getType()static Program.TypeProgram.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Program.Type[]Program.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-