Uses of Class
org.eclipse.persistence.internal.libraries.asm.tree.LabelNode
-
Packages that use LabelNode Package Description org.eclipse.persistence.internal.libraries.asm.tree org.eclipse.persistence.internal.libraries.asm.tree.analysis -
-
Uses of LabelNode in org.eclipse.persistence.internal.libraries.asm.tree
Fields in org.eclipse.persistence.internal.libraries.asm.tree declared as LabelNode Modifier and Type Field Description LabelNodeLookupSwitchInsnNode. dfltBeginning of the default handler block.LabelNodeTableSwitchInsnNode. dfltBeginning of the default handler block.LabelNodeLocalVariableNode. endThe last instruction corresponding to the scope of this local variable (exclusive).LabelNodeTryCatchBlockNode. endThe end of the exception handler's scope (exclusive).LabelNodeTryCatchBlockNode. handlerThe beginning of the exception handler's code.LabelNodeJumpInsnNode. labelThe operand of this instruction.LabelNodeLineNumberNode. startThe first instruction corresponding to this line number.LabelNodeLocalVariableNode. startThe first instruction corresponding to the scope of this local variable (inclusive).LabelNodeTryCatchBlockNode. startThe beginning of the exception handler's scope (inclusive).Fields in org.eclipse.persistence.internal.libraries.asm.tree with type parameters of type LabelNode Modifier and Type Field Description List<LabelNode>LocalVariableAnnotationNode. endThe last instructions corresponding to the continuous ranges that make the scope of this local variable (exclusive).List<LabelNode>LookupSwitchInsnNode. labelsBeginnings of the handler blocks.List<LabelNode>TableSwitchInsnNode. labelsBeginnings of the handler blocks.List<LabelNode>LocalVariableAnnotationNode. startThe fist instructions corresponding to the continuous ranges that make the scope of this local variable (inclusive).Methods in org.eclipse.persistence.internal.libraries.asm.tree that return LabelNode Modifier and Type Method Description protected LabelNodeMethodNode. getLabelNode(Label label)Returns the LabelNode corresponding to the given Label.Constructors in org.eclipse.persistence.internal.libraries.asm.tree with parameters of type LabelNode Constructor Description JumpInsnNode(int opcode, LabelNode label)Constructs a newJumpInsnNode.LineNumberNode(int line, LabelNode start)Constructs a newLineNumberNode.LocalVariableAnnotationNode(int api, int typeRef, TypePath typePath, LabelNode[] start, LabelNode[] end, int[] index, String descriptor)Constructs a newLocalVariableAnnotationNode.LocalVariableAnnotationNode(int typeRef, TypePath typePath, LabelNode[] start, LabelNode[] end, int[] index, String descriptor)Constructs a newLocalVariableAnnotationNode.LocalVariableNode(String name, String descriptor, String signature, LabelNode start, LabelNode end, int index)Constructs a newLocalVariableNode.LookupSwitchInsnNode(LabelNode dflt, int[] keys, LabelNode[] labels)Constructs a newLookupSwitchInsnNode.TableSwitchInsnNode(int min, int max, LabelNode dflt, LabelNode... labels)Constructs a newTableSwitchInsnNode.TryCatchBlockNode(LabelNode start, LabelNode end, LabelNode handler, String type)Constructs a newTryCatchBlockNode. -
Uses of LabelNode in org.eclipse.persistence.internal.libraries.asm.tree.analysis
Methods in org.eclipse.persistence.internal.libraries.asm.tree.analysis with parameters of type LabelNode Modifier and Type Method Description voidFrame. initJumpTarget(int opcode, LabelNode target)Initializes a frame corresponding to the target or to the successor of a jump instruction.
-