|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectxtc.tree.Node
xtc.parser.Production
xtc.parser.PartialProduction
public abstract class PartialProduction
A partial production.
| Field Summary |
|---|
| Fields inherited from class xtc.parser.Production |
|---|
attributes, choice, dType, name, qName, type |
| Constructor Summary | |
|---|---|
PartialProduction(java.util.List<Attribute> attributes,
java.lang.String dType,
NonTerminal name,
OrderedChoice choice)
Create a new partial production. |
|
| Method Summary | |
|---|---|
boolean |
isPartial()
Determine whether this production is a partial production. |
| Methods inherited from class xtc.parser.Production |
|---|
hasAttribute, hashCode, isAddition, isFull, isMemoized, isOverride, isRemoval |
| Methods inherited from class xtc.tree.Node |
|---|
add, 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, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public 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.| Method Detail |
|---|
public boolean isPartial()
Productionpartial production.
isPartial in class Productiontrue if this production is partial.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||