Interface Type

public interface Type
extends LLFNode
The type non-terminal. Represented as "A" in the official grammar spec.


Method Index

 o leftSubterm()
 o rightSubterm()
 o variable()

Methods

 o variable
 public abstract Variable variable() throws LLFException
 o leftSubterm
 public abstract Type leftSubterm() throws LLFException
 o rightSubterm
 public abstract Type rightSubterm() throws LLFException