Class LexicalVarVertex


  • public class LexicalVarVertex
    extends Vertex
    A lexical access vertex represents a lexical variable, i.e., a local variable that is accessed from within a nested function. It is identified by the name of its defining function, and its own name.
    • Method Detail

      • toString

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