Class LocalVariable


  • public final class LocalVariable
    extends java.lang.Object
    This class is used to assemble the local variables in the local variable table. WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
    • Constructor Detail

      • LocalVariable

        LocalVariable​(MemberDefinition field,
                      int slot,
                      int from,
                      int to)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object