JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Method Summary
Enum Constant Details
UNKNOWN
NONE
VARIES
TYPE_REF
STRING_REF
METHOD_REF
FIELD_REF
METHOD_AND_PROTO_REF
CALL_SITE_REF
INLINE_METHOD
VTABLE_OFFSET
FIELD_OFFSET
METHOD_HANDLE_REF
PROTO_REF
Method Details
values()
valueOf(String)
Enum Constant Summary
Enum Constants
call site reference index
direct field offset (for static linked field accesses)
inline method index (for inline linked method invocations)
method index and a proto index
method handle reference index (for loading constant method handles)
proto reference index (for loading constant proto ref)
"Unknown." Used for undefined opcodes.
"It depends." Used for throw-verification-error
.
direct vtable offset (for static linked method invocations)
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf