Interface TypeFamily
- public interface TypeFamily
- extends Type
The type family non-terminal.
Represented as "P" in the official grammar spec.
-
nth(int)
-
-
subTerm()
-
-
subTypeFamily()
-
-
value()
-
nth
public abstract BaseObject nth(int i)
value
public abstract String value() throws LLFException
subTypeFamily
public abstract TypeFamily subTypeFamily() throws LLFException
subTerm
public abstract BaseObject subTerm() throws LLFException