Package serp.bytecode

Class LocalVariableType

java.lang.Object
serp.bytecode.Local
serp.bytecode.LocalVariableType
All Implemented Interfaces:
BCEntity, InstructionPtr

public class LocalVariableType extends Local
A local variable type contains the name, signature, index and scope of a generics-using local used in opcodes.
Author:
Abe White
  • Method Details

    • getLocalVariableTypeTable

      public LocalVariableTypeTable getLocalVariableTypeTable()
      The owning table.
    • acceptVisit

      public void acceptVisit(BCVisitor visit)