Uses of Class
org.extex.ocpware.type.OcpCode

Packages that use OcpCode
org.extex.ocpware.type This package contains some types for handling ΩCP programs. 
 

Uses of OcpCode in org.extex.ocpware.type
 

Methods in org.extex.ocpware.type that return OcpCode
static OcpCode OcpCode.get(int opcode)
          Get the OcpCode for a given op code.
static OcpCode OcpCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OcpCode[] OcpCode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.