Uses of Class
serp.bytecode.LocalVariableTable
-
Packages that use LocalVariableTable Package Description serp.bytecode Bytecode Manipuationserp.bytecode.visitor Bytecode Visitor -
-
Uses of LocalVariableTable in serp.bytecode
Methods in serp.bytecode that return LocalVariableTable Modifier and Type Method Description LocalVariableTableCode. getLocalVariableTable(boolean add)Return local variable information for the code.LocalVariableTableLocalVariable. getLocalVariableTable()The owning table. -
Uses of LocalVariableTable in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type LocalVariableTable Modifier and Type Method Description voidBCVisitor. enterLocalVariableTable(LocalVariableTable obj)voidBCVisitor. exitLocalVariableTable(LocalVariableTable obj)
-