Package org.openjdk.asmtools.jasm
Interface RuntimeConstants
-
- All Known Subinterfaces:
Constants
- All Known Implementing Classes:
ConstantPool.CPTagVisitor
,ConstantPool.CPVisitor
,MethodData.DataPArrayAttr
,ParserCP.ParserCPVisitor
,SourceFile
public interface RuntimeConstants
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACC_ABSTRACT
static int
ACC_ANNOTATION
static int
ACC_BRIDGE
static int
ACC_ENUM
static int
ACC_FINAL
static int
ACC_INTERFACE
static int
ACC_MANDATED
static int
ACC_MODULE
static java.util.Map<java.lang.Integer,java.lang.String>
ACC_NAMES
static int
ACC_NATIVE
static int
ACC_NONE
static int
ACC_OPEN
static int
ACC_PRIVATE
static int
ACC_PROTECTED
static int
ACC_PUBLIC
static int
ACC_STATIC
static int
ACC_STATIC_PHASE
static int
ACC_STRICT
static int
ACC_SUPER
static int
ACC_SYNCHRONIZED
static int
ACC_SYNTHETIC
static int
ACC_TRANSIENT
static int
ACC_TRANSITIVE
static int
ACC_VARARGS
static int
ACC_VOLATILE
static int
DEPRECATED_ATTRIBUTE
static int
SPLIT_VERIFIER_CFV
static int
SYNTHETIC_ATTRIBUTE
-
-
-
Field Detail
-
ACC_NONE
static final int ACC_NONE
- See Also:
- Constant Field Values
-
ACC_PUBLIC
static final int ACC_PUBLIC
- See Also:
- Constant Field Values
-
ACC_PRIVATE
static final int ACC_PRIVATE
- See Also:
- Constant Field Values
-
ACC_PROTECTED
static final int ACC_PROTECTED
- See Also:
- Constant Field Values
-
ACC_STATIC
static final int ACC_STATIC
- See Also:
- Constant Field Values
-
ACC_FINAL
static final int ACC_FINAL
- See Also:
- Constant Field Values
-
ACC_TRANSITIVE
static final int ACC_TRANSITIVE
- See Also:
- Constant Field Values
-
ACC_SUPER
static final int ACC_SUPER
- See Also:
- Constant Field Values
-
ACC_STATIC_PHASE
static final int ACC_STATIC_PHASE
- See Also:
- Constant Field Values
-
ACC_SYNCHRONIZED
static final int ACC_SYNCHRONIZED
- See Also:
- Constant Field Values
-
ACC_OPEN
static final int ACC_OPEN
- See Also:
- Constant Field Values
-
ACC_VOLATILE
static final int ACC_VOLATILE
- See Also:
- Constant Field Values
-
ACC_BRIDGE
static final int ACC_BRIDGE
- See Also:
- Constant Field Values
-
ACC_TRANSIENT
static final int ACC_TRANSIENT
- See Also:
- Constant Field Values
-
ACC_VARARGS
static final int ACC_VARARGS
- See Also:
- Constant Field Values
-
ACC_NATIVE
static final int ACC_NATIVE
- See Also:
- Constant Field Values
-
ACC_INTERFACE
static final int ACC_INTERFACE
- See Also:
- Constant Field Values
-
ACC_ABSTRACT
static final int ACC_ABSTRACT
- See Also:
- Constant Field Values
-
ACC_STRICT
static final int ACC_STRICT
- See Also:
- Constant Field Values
-
ACC_SYNTHETIC
static final int ACC_SYNTHETIC
- See Also:
- Constant Field Values
-
ACC_ANNOTATION
static final int ACC_ANNOTATION
- See Also:
- Constant Field Values
-
ACC_ENUM
static final int ACC_ENUM
- See Also:
- Constant Field Values
-
ACC_MODULE
static final int ACC_MODULE
- See Also:
- Constant Field Values
-
ACC_MANDATED
static final int ACC_MANDATED
- See Also:
- Constant Field Values
-
SYNTHETIC_ATTRIBUTE
static final int SYNTHETIC_ATTRIBUTE
- See Also:
- Constant Field Values
-
DEPRECATED_ATTRIBUTE
static final int DEPRECATED_ATTRIBUTE
- See Also:
- Constant Field Values
-
ACC_NAMES
static final java.util.Map<java.lang.Integer,java.lang.String> ACC_NAMES
-
SPLIT_VERIFIER_CFV
static final int SPLIT_VERIFIER_CFV
- See Also:
- Constant Field Values
-
-