Interface JavaNode

    • Method Detail

      • getSymbolTable

        @NonNull JSymbolTable getSymbolTable()
        Returns the symbol table for the program point represented by this node.
      • getTypeSystem

        TypeSystem getTypeSystem()
        Returns the type system with which this node was created. This is the object responsible for representing types in the compilation unit.