Enum Class JcodTokens.ConstType

java.lang.Object
java.lang.Enum<JcodTokens.ConstType>
org.openjdk.asmtools.jcoder.JcodTokens.ConstType
All Implemented Interfaces:
Serializable, Comparable<JcodTokens.ConstType>, Constable
Enclosing class:
JcodTokens

public static enum JcodTokens.ConstType extends Enum<JcodTokens.ConstType>
ConstType A (typed) tag (constant) representing the type of Constant in the Constant Pool. This is more-or-less a copy of jasm.ConstType. Unfortunately, there's no way to sub-class (or slightly alter) the members of an enum. This enum set is slightly modified from the Jasm one.