| xtc.parser.Element xtc.parser.ValueElement xtc.parser.ListValue xtc.parser.ProperListValue
ProperListValue | public class ProperListValue extends ListValue (Code) | | Element to set the semantic value to a list.
author: Robert Grimm version: $Revision: 1.7 $ |
type | public Type type(Code) | | The type of the proper list.
|
ProperListValue | public ProperListValue(Type type, Binding element)(Code) | | Create a new singleton list value.
Parameters: type - The type. Parameters: element - The binding for the single element. |
ProperListValue | public ProperListValue(Type type, Binding element, Binding tail)(Code) | | Create a new list value.
Parameters: type - The type. Parameters: element - The binding for the single element. Parameters: tail - The binding for the tail. |
ProperListValue | public ProperListValue(Type type, List<Binding> elements, Binding tail)(Code) | | Create a new proper list value.
Parameters: type - The type. Parameters: elements - The elements. Parameters: tail - The tail. |
hashCode | public int hashCode()(Code) | | |
Methods inherited from xtc.parser.Element | abstract public Tag tag()(Code)(Java Doc)
|
|
|