Interface TypeFamily

public interface TypeFamily
extends Type
The type family non-terminal. Represented as "P" in the official grammar spec.


Method Index

 o nth(int)
 o subTerm()
 o subTypeFamily()
 o value()

Methods

 o nth
 public abstract BaseObject nth(int i)
 o value
 public abstract String value() throws LLFException
 o subTypeFamily
 public abstract TypeFamily subTypeFamily() throws LLFException
 o subTerm
 public abstract BaseObject subTerm() throws LLFException