Package mini_java

Class Variable

java.lang.Object
mini_java.Variable

class Variable extends Object
Variable In the typed trees, all the occurrences of the same variable point to a single object of the following class.
  • Field Details

    • name

      final String name
    • ty

      final TType ty
    • ofs

      int ofs
  • Constructor Details