Uses of Interface
java.lang.classfile.CodeElement
Packages that use CodeElement
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.Provides interfaces describing code instructions for the
java.lang.classfile
library.-
Uses of CodeElement in java.lang.classfile
Subinterfaces of CodeElement in java.lang.classfileModifier and TypeInterfaceDescriptioninterface
Models an executable instruction in thecode
array of theCode
attribute of a method.interface
Classes in java.lang.classfile that implement CodeElementModifier and TypeClassDescriptionclass
CustomAttribute<T extends CustomAttribute<T>>
Models a user-defined attribute in aclass
file.Subinterfaces with type arguments of type CodeElement in java.lang.classfileModifier and TypeInterfaceDescriptioninterface
A builder forCode
attributes (method bodies).interface
Models the body of a method (theCode
attribute).interface
A transformation on streams ofCodeElement
. -
Uses of CodeElement in java.lang.classfile.attribute
Subinterfaces of CodeElement in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theRuntimeInvisibleTypeAnnotations
attribute (JVMS 4.7.21), which stores type-use annotations for the annotated uses of types in this structure that are visible toclass
file consumers but are not visible to core reflection.interface
Models theRuntimeVisibleTypeAnnotations
attribute (JVMS 4.7.20), which stores type-use annotations for the annotated uses of types in this structure that are visible to bothclass
file consumers and core reflection.interface
Models theStackMapTable
attribute (JVMS 4.7.4), which is used for verification by type checking (4.10.1). -
Uses of CodeElement in java.lang.classfile.instruction
Subinterfaces of CodeElement in java.lang.classfile.instructionModifier and TypeInterfaceDescriptioninterface
Models an array load instruction in thecode
array of aCode
attribute.interface
Models an array store instruction in thecode
array of aCode
attribute.interface
Models a branching instruction (conditional or unconditional) in thecode
array of aCode
attribute.interface
A pseudo-instruction which models a single entry in theCharacterRangeTable
attribute.interface
Models a constant-load instruction in thecode
array of aCode
attribute, including "intrinsic", "argument", and "load" constant instructions.static interface
Models an "argument constant" instruction, which encodes the constant value in the instruction directly.static interface
Models an "intrinsic constant" instruction, which encodes the constant value in its opcode.static interface
Models a "load constant" instruction, which encodes the constant value in the constant pool.interface
interface
Marker interface for instruction discontinued from thecode
array of aCode
attribute.static interface
static interface
interface
A pseudo-instruction modeling an entry in theexception_table
array of aCode
attribute.interface
Models a field access instruction in thecode
array of aCode
attribute.interface
Models a local variable increment instruction in thecode
array of aCode
attribute.interface
Models a dynamically-computed call site invocation instruction in thecode
array of aCode
attribute.interface
Models a method invocation instruction in thecode
array of aCode
attribute, other thaninvokedynamic
.interface
A pseudo-instruction which indicates that the specified label corresponds to the current position in theCode
attribute.interface
A pseudo-instruction which indicates the code for a given line number starts after the current position in aCode
attribute.interface
Models a local variable load instruction in thecode
array of aCode
attribute.interface
A pseudo-instruction which models a single entry in theLocalVariableTable
attribute.interface
A pseudo-instruction which models a single entry in theLocalVariableTypeTable
attribute.interface
interface
interface
interface
interface
interface
interface
interface
Models an arithmetic operator instruction in thecode
array of aCode
attribute.interface
Models a return-from-method instruction in thecode
array of aCode
attribute.interface
Models a stack manipulation instruction in thecode
array of aCode
attribute.interface
Models a local variable store instruction in thecode
array of aCode
attribute.interface
interface
interface