Uses of Class
serp.bytecode.LocalVariableType
Packages that use LocalVariableType
-
Uses of LocalVariableType in serp.bytecode
Methods in serp.bytecode that return LocalVariableTypeModifier and TypeMethodDescriptionLocalVariableTypeTable.addLocalVariableType()
Add a local to this table.LocalVariableTypeTable.addLocalVariableType
(String name, String type) Add a local to this table.LocalVariableTypeTable.addLocalVariableType
(LocalVariableType local) Import a local from another method/class.LocalVariableTypeTable.getLocalVariableType
(int local) Return the local with the given locals index, or null if none.LocalVariableTypeTable.getLocalVariableType
(String name) Return the local with the given name, or null if none.LocalVariableTypeTable.getLocalVariableTypes()
Return all the locals of this method.LocalVariableTypeTable.getLocalVariableTypes
(String name) Return all locals with the given name, or empty array if none.Methods in serp.bytecode with parameters of type LocalVariableTypeModifier and TypeMethodDescriptionLocalVariableTypeTable.addLocalVariableType
(LocalVariableType local) Import a local from another method/class. -
Uses of LocalVariableType in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type LocalVariableTypeModifier and TypeMethodDescriptionvoid
BCVisitor.enterLocalVariableType
(LocalVariableType obj) void
PrettyPrintVisitor.enterLocalVariableType
(LocalVariableType obj) void
BCVisitor.exitLocalVariableType
(LocalVariableType obj) void
PrettyPrintVisitor.exitLocalVariableType
(LocalVariableType obj)