JBoss Reflection 2.2.1.SP1

Uses of Class
org.jboss.reflect.util.objectweb.asm.Label

Packages that use Label
org.jboss.reflect.util.objectweb.asm Provides a small and fast bytecode manipulation framework. 
org.jboss.reflect.util.objectweb.asm.commons Provides some useful class and method adapters. 
 

Uses of Label in org.jboss.reflect.util.objectweb.asm
 

Methods in org.jboss.reflect.util.objectweb.asm that return Label
protected  Label[] Attribute.getLabels()
          Returns the labels corresponding to this attribute.
protected  Label ClassReader.readLabel(int offset, Label[] labels)
          Returns the label corresponding to the given offset.
 

Methods in org.jboss.reflect.util.objectweb.asm with parameters of type Label
protected  Attribute Attribute.read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)
          Reads a type attribute.
protected  Label ClassReader.readLabel(int offset, Label[] labels)
          Returns the label corresponding to the given offset.
 void MethodAdapter.visitJumpInsn(int opcode, Label label)
           
 void MethodVisitor.visitJumpInsn(int opcode, Label label)
          Visits a jump instruction.
 void MethodAdapter.visitLabel(Label label)
           
 void MethodVisitor.visitLabel(Label label)
          Visits a label.
 void MethodAdapter.visitLineNumber(int line, Label start)
           
 void MethodVisitor.visitLineNumber(int line, Label start)
          Visits a line number declaration.
 void MethodAdapter.visitLocalVariable(String name, String desc, String signature, Label start, Label end, int index)
           
 void MethodVisitor.visitLocalVariable(String name, String desc, String signature, Label start, Label end, int index)
          Visits a local variable declaration.
 void MethodAdapter.visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels)
           
 void MethodAdapter.visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels)
           
 void MethodVisitor.visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels)
          Visits a LOOKUPSWITCH instruction.
 void MethodVisitor.visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels)
          Visits a LOOKUPSWITCH instruction.
 void MethodAdapter.visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels)
           
 void MethodAdapter.visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels)
           
 void MethodVisitor.visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels)
          Visits a TABLESWITCH instruction.
 void MethodVisitor.visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels)
          Visits a TABLESWITCH instruction.
 void MethodAdapter.visitTryCatchBlock(Label start, Label end, Label handler, String type)
           
 void MethodVisitor.visitTryCatchBlock(Label start, Label end, Label handler, String type)
          Visits a try catch block.
 

Uses of Label in org.jboss.reflect.util.objectweb.asm.commons
 

Methods in org.jboss.reflect.util.objectweb.asm.commons with parameters of type Label
 void EmptyVisitor.visitJumpInsn(int opcode, Label label)
           
 void EmptyVisitor.visitLabel(Label label)
           
 void EmptyVisitor.visitLineNumber(int line, Label start)
           
 void EmptyVisitor.visitLocalVariable(String name, String desc, String signature, Label start, Label end, int index)
           
 void EmptyVisitor.visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels)
           
 void EmptyVisitor.visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels)
           
 void EmptyVisitor.visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels)
           
 void EmptyVisitor.visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels)
           
 void EmptyVisitor.visitTryCatchBlock(Label start, Label end, Label handler, String type)
           
 


JBoss Reflection 2.2.1.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.