Uses of Enum Class
org.openjdk.asmtools.jcoder.JcodTokens.ConstType
Packages that use JcodTokens.ConstType
-
Uses of JcodTokens.ConstType in org.openjdk.asmtools.jcoder
Subclasses with type arguments of type JcodTokens.ConstType in org.openjdk.asmtools.jcoderModifier and TypeClassDescriptionstatic enumConstType A (typed) tag (constant) representing the type of Constant in the Constant Pool.Methods in org.openjdk.asmtools.jcoder that return JcodTokens.ConstTypeModifier and TypeMethodDescriptionstatic JcodTokens.ConstTypeJcodTokens.constType(int i) static JcodTokens.ConstTypestatic JcodTokens.ConstTypeReturns the enum constant of this class with the specified name.static JcodTokens.ConstType[]JcodTokens.ConstType.values()Returns an array containing the constants of this enum class, in the order they are declared.