Uses of Class
org.eclipse.sisu.space.asm.Label
Packages that use Label
-
Uses of Label in org.eclipse.sisu.space.asm
Fields in org.eclipse.sisu.space.asm declared as LabelModifier and TypeFieldDescriptionprivate LabelMethodWriter.currentBasicBlockThe current basic block, i.e.(package private) Label[]The end of each local variable range in the current local variable annotation.(package private) Label[]The start of each local variable range in the current local variable annotation.(package private) Label[]Context.currentMethodLabelsThe labels of the current method, indexed by bytecode offset (only bytecode offsets for which a label is needed have a non null associated Label).(package private) static final LabelLabel.EMPTY_LISTA sentinel element used to indicate the end of a list of labels.(package private) final LabelHandler.endPcThe end_pc field of this JVMS exception_table entry.private LabelMethodWriter.firstBasicBlockThe first basic block of the method.(package private) final LabelHandler.handlerPcThe handler_pc field of this JVMS exception_table entry.(package private) final LabelSymbolTable.LabelEntry.labelThe value of this label entry.private LabelMethodWriter.lastBasicBlockThe last basic block of the method (in bytecode offset order).(package private) LabelLabel.nextBasicBlockThe successor of this label, in the order they are visited inMethodVisitor.visitLabel(org.eclipse.sisu.space.asm.Label).(package private) LabelLabel.nextListElementThe next element in the list of labels to which this label belongs, or null if it does not belong to any list.(package private) LabelFrame.ownerThe basic block to which these input and output stack map frames correspond.(package private) final LabelHandler.startPcThe start_pc field of this JVMS exception_table entry.(package private) final LabelEdge.successorThe successor block of this control flow graph edge.Methods in org.eclipse.sisu.space.asm that return LabelModifier and TypeMethodDescriptionprivate LabelClassReader.createLabel(int bytecodeOffset, Label[] labels) Creates a label without theFLAG_DEBUG_ONLYflag set, for the given bytecode offset.(package private) final LabelLabel.getCanonicalInstance()Returns the "canonical"Labelinstance corresponding to this label's bytecode offset, if known, otherwise the label itself.(package private) LabelSymbolTable.getForwardUninitializedLabel(int typeIndex) Returns the label corresponding to the "forward uninitialized" type table element whose index is given.protected Label[]Attribute.getLabels()Returns the labels corresponding to this attribute.private LabelLabel.pushSuccessors(Label listOfLabelsToProcess) Adds the successors of this label in the method's control flow graph (except those corresponding to a jsr target, and those already in a list of labels) to the given list of blocks to process, and returns the new list.protected LabelReturns the label corresponding to the given bytecode offset.Methods in org.eclipse.sisu.space.asm with parameters of type LabelModifier and TypeMethodDescription(package private) intSymbolTable.addForwardUninitializedType(String value, Label label) Adds a "forward uninitialized" type in the type table of this symbol table.(package private) final voidLabel.addSubroutineRetSuccessors(Label subroutineCaller) Finds the basic blocks that end a subroutine starting with the basic block corresponding to this label and, for each one of them, adds an outgoing edge to the basic block following the given subroutine call.private voidMethodWriter.addSuccessorToCurrentBasicBlock(int info, Label successor) Adds a successor toMethodWriter.currentBasicBlockin the control flow graph.private voidClassReader.createDebugLabel(int bytecodeOffset, Label[] labels) Creates a label with theFLAG_DEBUG_ONLYflag set, if there is no already existing label for the given bytecode offset (otherwise does nothing).private LabelClassReader.createLabel(int bytecodeOffset, Label[] labels) Creates a label without theFLAG_DEBUG_ONLYflag set, for the given bytecode offset.private SymbolTable.LabelEntrySymbolTable.getOrAddLabelEntry(Label label) Returns theSymbolTable.LabelEntrycorresponding to the given label.private LabelLabel.pushSuccessors(Label listOfLabelsToProcess) Adds the successors of this label in the method's control flow graph (except those corresponding to a jsr target, and those already in a list of labels) to the given list of blocks to process, and returns the new list.protected AttributeAttribute.read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads aAttribute.typeattribute.private AttributeClassReader.readAttribute(Attribute[] attributePrototypes, String type, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads a non standard JVMS 'attribute' structure inClassReader.classFileBuffer.protected LabelReturns the label corresponding to the given bytecode offset.private intClassReader.readVerificationTypeInfo(int verificationTypeInfoOffset, Object[] frame, int index, char[] charBuffer, Label[] labels) Reads a JVMS 'verification_type_info' structure and stores it at the given index in the given array.(package private) static HandlerHandler.removeRange(Handler firstHandler, Label start, Label end) Removes the range between start and end from the Handler list that begins with the given element.voidMethodVisitor.visitJumpInsn(int opcode, Label label) Visits a jump instruction.voidMethodWriter.visitJumpInsn(int opcode, Label label) voidMethodVisitor.visitLabel(Label label) Visits a label.voidMethodWriter.visitLabel(Label label) voidMethodVisitor.visitLineNumber(int line, Label start) Visits a line number declaration.voidMethodWriter.visitLineNumber(int line, Label start) voidMethodVisitor.visitLocalVariable(String name, String descriptor, String signature, Label start, Label end, int index) Visits a local variable declaration.voidMethodWriter.visitLocalVariable(String name, String descriptor, String signature, Label start, Label end, int index) MethodVisitor.visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible) Visits an annotation on a local variable type.MethodWriter.visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible) voidMethodVisitor.visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) Visits a LOOKUPSWITCH instruction.voidMethodWriter.visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) private voidMethodWriter.visitSwitchInsn(Label dflt, Label[] labels) voidMethodVisitor.visitTableSwitchInsn(int min, int max, Label dflt, Label... labels) Visits a TABLESWITCH instruction.voidMethodWriter.visitTableSwitchInsn(int min, int max, Label dflt, Label... labels) voidMethodVisitor.visitTryCatchBlock(Label start, Label end, Label handler, String type) Visits a try catch block.voidMethodWriter.visitTryCatchBlock(Label start, Label end, Label handler, String type) Constructors in org.eclipse.sisu.space.asm with parameters of type LabelModifierConstructorDescription(package private)CurrentFrame(Label owner) (package private)Constructs a new Edge.(package private)Constructs a new Frame.(package private)Constructs a new Handler from the given one, with a different scope.(package private)Constructs a new Handler.(package private)LabelEntry(int index, Label label)