Package examples.ast
Class Type
java.lang.Object
examples.ast.ASTNode
examples.ast.Type
This node represents any type in the language, yet to be defined.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Type
public Type(int line, int column)
-