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 TypeInterfaceDescriptioninterfaceA pseudo-instruction which models a single entry in theCharacterRangeTableAttribute.interfaceA pseudo-instruction modeling an entry in the exception table of a code attribute.interfaceA pseudo-instruction which indicates that the specified label corresponds to the current position in theCodeattribute.interfaceA pseudo-instruction which models a single entry in theLineNumberTableAttribute.interfaceA pseudo-instruction which models a single entry in theLocalVariableTableAttribute.interfaceA pseudo-instruction which models a single entry in theLocalVariableTypeTableAttribute.