Uses of Class
serp.bytecode.Local
Packages that use Local
-
Uses of Local in serp.bytecode
Subclasses of Local in serp.bytecodeModifier and TypeClassDescriptionclass
A local variable contains the name, description, index and scope of a local used in opcodes.class
A local variable type contains the name, signature, index and scope of a generics-using local used in opcodes.Methods in serp.bytecode that return LocalModifier and TypeMethodDescriptionLocalTable.addLocal()
Add a local to this table.Add a local to this table.Import a local from another method/class.LocalTable.getLocal
(int local) Return the local with the given locals index, or null if none.Return the local with the given name, or null if none.Local[]
LocalTable.getLocals()
Return all the locals of this method.Local[]
Return all locals with the given name, or empty array if none.protected abstract Local
LocalTable.newLocal()
Create a new element of this table.protected Local
LocalVariableTable.newLocal()
protected Local
LocalVariableTypeTable.newLocal()
protected abstract Local[]
LocalTable.newLocalArray
(int size) Create a new array.protected Local[]
LocalVariableTable.newLocalArray
(int size) protected Local[]
LocalVariableTypeTable.newLocalArray
(int size) Methods in serp.bytecode with parameters of type Local