Interface Type
- public interface Type
- extends LLFNode
The type non-terminal. Represented as "A" in the official grammar spec.
-
leftSubterm()
-
-
rightSubterm()
-
-
variable()
-
variable
public abstract Variable variable() throws LLFException
leftSubterm
public abstract Type leftSubterm() throws LLFException
rightSubterm
public abstract Type rightSubterm() throws LLFException