Uses of Class
org.apache.bcel.classfile.StackMapTableEntry

Packages that use StackMapTableEntry
org.apache.bcel.classfile This package contains the classes that describe the structure of a Java class file and a class file parser. 
 

Uses of StackMapTableEntry in org.apache.bcel.classfile
 

Methods in org.apache.bcel.classfile that return StackMapTableEntry
 StackMapTableEntry StackMapTableEntry.copy()
           
 StackMapTableEntry[] StackMapTable.getStackMapTable()
           
 

Methods in org.apache.bcel.classfile with parameters of type StackMapTableEntry
 void StackMapTable.setStackMapTable(StackMapTableEntry[] map)
           
 void Visitor.visitStackMapTableEntry(StackMapTableEntry obj)
           
 void EmptyVisitor.visitStackMapTableEntry(StackMapTableEntry obj)
           
 void DescendingVisitor.visitStackMapTableEntry(StackMapTableEntry var)
           
 

Constructors in org.apache.bcel.classfile with parameters of type StackMapTableEntry
StackMapTable(int name_index, int length, StackMapTableEntry[] map, ConstantPool constant_pool)
           
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.