Uses of Class
org.openjdk.asmtools.jasm.Tables.ConstType
-
Packages that use Tables.ConstType Package Description org.openjdk.asmtools.jasm -
-
Uses of Tables.ConstType in org.openjdk.asmtools.jasm
Fields in org.openjdk.asmtools.jasm declared as Tables.ConstType Modifier and Type Field Description protected Tables.ConstType
ConstantPool.ConstValue. tag
Fields in org.openjdk.asmtools.jasm with type parameters of type Tables.ConstType Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,Tables.ConstType>
Tables. ConstantTypes
private static java.util.HashMap<java.lang.String,Tables.ConstType>
Tables. NameToConstantType
Methods in org.openjdk.asmtools.jasm that return Tables.ConstType Modifier and Type Method Description private Tables.ConstType
ParserCP. scanConstByID(boolean ignoreKeywords)
private Tables.ConstType
ParserCP. scanConstPrimVal()
static Tables.ConstType
Tables. tag(int i)
static Tables.ConstType
Tables. tag(java.lang.String parsekey)
static Tables.ConstType
Tables.ConstType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Tables.ConstType[]
Tables.ConstType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openjdk.asmtools.jasm with parameters of type Tables.ConstType Constructor Description ConstValue(Tables.ConstType tag)
ConstValue_Cell(Tables.ConstType tag, ConstantPool.ConstCell cell)
ConstValue_IndyOrCondyPair(Tables.ConstType tag, BootstrapMethodData bsmdata, ConstantPool.ConstCell napeCell)
ConstValue_Integer(Tables.ConstType tag, java.lang.Integer value)
ConstValue_Long(Tables.ConstType tag, java.lang.Long value)
ConstValue_Pair(Tables.ConstType tag, ConstantPool.ConstCell left, ConstantPool.ConstCell right)
-