public abstract class PartialProduction extends Production
attributes, choice, dType, name, qName, type| Constructor and Description |
|---|
PartialProduction(java.util.List<Attribute> attributes,
java.lang.String dType,
NonTerminal name,
OrderedChoice choice)
Create a new partial production.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPartial()
Determine whether this production is a
partial production. |
hasAttribute, hashCode, isAddition, isFull, isMemoized, isOverride, 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 PartialProduction(java.util.List<Attribute> attributes, java.lang.String dType, NonTerminal name, OrderedChoice choice)
attributes - The list of attributes.dType - The declared type.name - The name.choice - The choice.public boolean isPartial()
Productionpartial production.isPartial in class Productiontrue if this production is partial.Copyright © 2014. All Rights Reserved.