public class EmptyPattern extends Pattern
| Constructor and Description |
|---|
EmptyPattern()
Creates a new empty pattern.
|
| Modifier and Type | Method and Description |
|---|---|
Item |
createItem(GrammarPattern grammar)
Creates the program (somewhat bogus)
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
toProduction()
Returns a string for the production.
|
java.lang.String |
toString()
Debugging.
|
addChild, addNameChild, createNameItem, endElement, error, getElementName, getLocation, getParent, getTagName, hasData, hasElement, setElementName, setFilename, setLine, setParentpublic Item createItem(GrammarPattern grammar) throws RelaxException
createItem in class PatternRelaxExceptionpublic java.lang.String toProduction()
toProduction in class Patternpublic java.lang.String toString()
toString in class java.lang.Object