Package examples.ast

Class Type


public abstract class Type extends ASTNode
This node represents any type in the language, yet to be defined.
  • Constructor Details

    • Type

      public Type(int line, int column)