public class FullProduction extends Production
attributes, choice, dType, name, qName, type| Constructor and Description |
|---|
FullProduction(java.util.List<Attribute> attributes,
java.lang.String dType,
NonTerminal name,
OrderedChoice choice)
Create a new full production.
|
FullProduction(java.util.List<Attribute> attributes,
Type type,
NonTerminal name,
NonTerminal qName,
OrderedChoice choice)
Create a new full production.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
boolean |
isFull()
Determine whether this production is a
full
production. |
hasAttribute, hashCode, isAddition, isMemoized, isOverride, isPartial, isRemovaladd, add, addAll, addAll, addAll, addAll, addAllTo, addNode, contains, get, getBoolean, getBooleanProperty, getGeneric, getList, getLocation, getName, getNode, getProperty, getString, getStringProperty, getTokenText, hasLocation, hasName, hasProperty, hasTraversal, hasVariable, indexOf, isAnnotation, isEmpty, isGeneric, isList, isToken, iterator, lastIndexOf, properties, remove, removeProperty, set, setLocation, setLocation, setProperty, size, strip, toAnnotation, toList, toString, toToken, writepublic FullProduction(java.util.List<Attribute> attributes, java.lang.String dType, NonTerminal name, OrderedChoice choice)
qualified name needs to be initialized separately.attributes - The list of attributes.dType - The declared type.name - The name.choice - The choice.public FullProduction(java.util.List<Attribute> attributes, Type type, NonTerminal name, NonTerminal qName, OrderedChoice choice)
qualified name needs to be initialized separately.attributes - The list of attributes.type - The actual type.name - The name.qName - The fully qualified name.choice - The choice.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic boolean isFull()
Productionfull
production.isFull in class Productiontrue if this production is full.Copyright © 2014. All Rights Reserved.