Uses of Interface
java.lang.classfile.PseudoInstruction
Packages that use PseudoInstruction
Package
Description
Provides interfaces describing code instructions for the
java.lang.classfile
library.-
Uses of PseudoInstruction in java.lang.classfile.instruction
Subinterfaces of PseudoInstruction in java.lang.classfile.instructionModifier and TypeInterfaceDescriptioninterface
A pseudo-instruction which models a single entry in theCharacterRangeTable
attribute.interface
A pseudo-instruction modeling an entry in theexception_table
array of aCode
attribute.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
A pseudo-instruction which models a single entry in theLocalVariableTable
attribute.interface
A pseudo-instruction which models a single entry in theLocalVariableTypeTable
attribute.