public class SAXGuard extends SAXSymbol
| Modifier and Type | Field and Description |
|---|---|
protected SAXRule |
r |
n, numTerminals, originalPosition, p, theDigrams, theSubstituteTable, value| Modifier and Type | Method and Description |
|---|---|
boolean |
check()
"Checks in" a new digram and enforce the digram uniqueness constraint.
|
void |
cleanUp()
Cleans up template.
|
void |
deleteDigram()
Removes the digram from the hash table.
|
boolean |
isGuard()
Returns true if this is the guard symbol.
|
equals, getPayload, hashCode, insertAfter, isNonTerminal, join, match, substitute, toStringprotected SAXRule r
public SAXGuard(SAXRule theRule)
theRule - The guard holds.public boolean isGuard()
public void deleteDigram()
deleteDigram in class SAXSymbolpublic boolean check()
Copyright © 2021 JMotif. All rights reserved.