Package org.openjdk.asmtools.jasm
Interface Constants
-
- All Superinterfaces:
RuntimeConstants
- All Known Implementing Classes:
ConstantPool.CPTagVisitor
,ConstantPool.CPVisitor
,MethodData.DataPArrayAttr
,ParserCP.ParserCPVisitor
,SourceFile
public interface Constants extends RuntimeConstants
This interface defines constant that are used throughout the compiler. It inherits from RuntimeConstants, which is an autogenerated class that contains constants defined in the interpreter.
-
-
Field Summary
Fields Modifier and Type Field Description static int
ATT_ALL
static int
ATT_CODE
static int
CS_BINARY
static int
CS_COMPILED
static int
CS_NOTFOUND
static int
CS_PARSED
static int
CS_SOURCE
static int
CS_UNDECIDED
static int
CS_UNDEFINED
static int
EOF
End of inputstatic int
F_DEBUG
static int
F_DEPENDENCIES
static int
F_DUMP
static int
F_OPTIMIZE
static int
F_VERBOSE
static int
F_WARNINGS
static int
MAXFILESIZE
static int
MAXLINENUMBER
static int
OFFSETBITS
static int
TC_ARRAY
static int
TC_BOOLEAN
static int
TC_BYTE
static int
TC_CHAR
static int
TC_CLASS
static int
TC_DOUBLE
static int
TC_ERROR
static int
TC_FLOAT
static int
TC_INT
static int
TC_LONG
static int
TC_METHOD
static int
TC_NULL
static int
TC_SHORT
static int
TC_VOID
static int
TM_ARRAY
static int
TM_BOOLEAN
static int
TM_BYTE
static int
TM_CHAR
static int
TM_CLASS
static int
TM_DOUBLE
static int
TM_ERROR
static int
TM_FLOAT
static int
TM_INT
static int
TM_INT32
static int
TM_INTEGER
static int
TM_LONG
static int
TM_METHOD
static int
TM_NULL
static int
TM_NUM32
static int
TM_NUM64
static int
TM_NUMBER
static int
TM_REAL
static int
TM_REFERENCE
static int
TM_SHORT
static int
TM_VOID
-
Fields inherited from interface org.openjdk.asmtools.jasm.RuntimeConstants
ACC_ABSTRACT, ACC_ANNOTATION, ACC_BRIDGE, ACC_ENUM, ACC_FINAL, ACC_INTERFACE, ACC_MANDATED, ACC_MODULE, ACC_NAMES, ACC_NATIVE, ACC_NONE, ACC_OPEN, ACC_PRIVATE, ACC_PROTECTED, ACC_PUBLIC, ACC_STATIC, ACC_STATIC_PHASE, ACC_STRICT, ACC_SUPER, ACC_SYNCHRONIZED, ACC_SYNTHETIC, ACC_TRANSIENT, ACC_TRANSITIVE, ACC_VARARGS, ACC_VOLATILE, DEPRECATED_ATTRIBUTE, SPLIT_VERIFIER_CFV, SYNTHETIC_ATTRIBUTE
-
-
-
-
Field Detail
-
EOF
static final int EOF
End of input- See Also:
- Constant Field Values
-
F_VERBOSE
static final int F_VERBOSE
- See Also:
- Constant Field Values
-
F_DUMP
static final int F_DUMP
- See Also:
- Constant Field Values
-
F_WARNINGS
static final int F_WARNINGS
- See Also:
- Constant Field Values
-
F_DEBUG
static final int F_DEBUG
- See Also:
- Constant Field Values
-
F_OPTIMIZE
static final int F_OPTIMIZE
- See Also:
- Constant Field Values
-
F_DEPENDENCIES
static final int F_DEPENDENCIES
- See Also:
- Constant Field Values
-
TC_BOOLEAN
static final int TC_BOOLEAN
- See Also:
- Constant Field Values
-
TC_BYTE
static final int TC_BYTE
- See Also:
- Constant Field Values
-
TC_CHAR
static final int TC_CHAR
- See Also:
- Constant Field Values
-
TC_SHORT
static final int TC_SHORT
- See Also:
- Constant Field Values
-
TC_INT
static final int TC_INT
- See Also:
- Constant Field Values
-
TC_LONG
static final int TC_LONG
- See Also:
- Constant Field Values
-
TC_FLOAT
static final int TC_FLOAT
- See Also:
- Constant Field Values
-
TC_DOUBLE
static final int TC_DOUBLE
- See Also:
- Constant Field Values
-
TC_NULL
static final int TC_NULL
- See Also:
- Constant Field Values
-
TC_ARRAY
static final int TC_ARRAY
- See Also:
- Constant Field Values
-
TC_CLASS
static final int TC_CLASS
- See Also:
- Constant Field Values
-
TC_VOID
static final int TC_VOID
- See Also:
- Constant Field Values
-
TC_METHOD
static final int TC_METHOD
- See Also:
- Constant Field Values
-
TC_ERROR
static final int TC_ERROR
- See Also:
- Constant Field Values
-
TM_NULL
static final int TM_NULL
- See Also:
- Constant Field Values
-
TM_VOID
static final int TM_VOID
- See Also:
- Constant Field Values
-
TM_BOOLEAN
static final int TM_BOOLEAN
- See Also:
- Constant Field Values
-
TM_BYTE
static final int TM_BYTE
- See Also:
- Constant Field Values
-
TM_CHAR
static final int TM_CHAR
- See Also:
- Constant Field Values
-
TM_SHORT
static final int TM_SHORT
- See Also:
- Constant Field Values
-
TM_INT
static final int TM_INT
- See Also:
- Constant Field Values
-
TM_LONG
static final int TM_LONG
- See Also:
- Constant Field Values
-
TM_FLOAT
static final int TM_FLOAT
- See Also:
- Constant Field Values
-
TM_DOUBLE
static final int TM_DOUBLE
- See Also:
- Constant Field Values
-
TM_ARRAY
static final int TM_ARRAY
- See Also:
- Constant Field Values
-
TM_CLASS
static final int TM_CLASS
- See Also:
- Constant Field Values
-
TM_METHOD
static final int TM_METHOD
- See Also:
- Constant Field Values
-
TM_ERROR
static final int TM_ERROR
- See Also:
- Constant Field Values
-
TM_INT32
static final int TM_INT32
- See Also:
- Constant Field Values
-
TM_NUM32
static final int TM_NUM32
- See Also:
- Constant Field Values
-
TM_NUM64
static final int TM_NUM64
- See Also:
- Constant Field Values
-
TM_INTEGER
static final int TM_INTEGER
- See Also:
- Constant Field Values
-
TM_REAL
static final int TM_REAL
- See Also:
- Constant Field Values
-
TM_NUMBER
static final int TM_NUMBER
- See Also:
- Constant Field Values
-
TM_REFERENCE
static final int TM_REFERENCE
- See Also:
- Constant Field Values
-
CS_UNDEFINED
static final int CS_UNDEFINED
- See Also:
- Constant Field Values
-
CS_UNDECIDED
static final int CS_UNDECIDED
- See Also:
- Constant Field Values
-
CS_BINARY
static final int CS_BINARY
- See Also:
- Constant Field Values
-
CS_SOURCE
static final int CS_SOURCE
- See Also:
- Constant Field Values
-
CS_PARSED
static final int CS_PARSED
- See Also:
- Constant Field Values
-
CS_COMPILED
static final int CS_COMPILED
- See Also:
- Constant Field Values
-
CS_NOTFOUND
static final int CS_NOTFOUND
- See Also:
- Constant Field Values
-
ATT_ALL
static final int ATT_ALL
- See Also:
- Constant Field Values
-
ATT_CODE
static final int ATT_CODE
- See Also:
- Constant Field Values
-
OFFSETBITS
static final int OFFSETBITS
- See Also:
- Constant Field Values
-
MAXFILESIZE
static final int MAXFILESIZE
- See Also:
- Constant Field Values
-
MAXLINENUMBER
static final int MAXLINENUMBER
- See Also:
- Constant Field Values
-
-