|
sdr 0.21 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.cscott.sdr.calls.grm.Grm
net.cscott.sdr.calls.grm.Grm.Nonterminal
public static class Grm.Nonterminal
A nonterminal reference to an external rule.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.cscott.sdr.calls.grm.Grm |
---|
Grm.Alt, Grm.Concat, Grm.Mult, Grm.Nonterminal, Grm.Terminal |
Field Summary | |
---|---|
int |
param
|
String |
ruleName
|
Constructor Summary | |
---|---|
Grm.Nonterminal(String ruleName,
int param)
|
Method Summary | ||
---|---|---|
|
accept(GrmVisitor<T> v)
|
|
int |
precedence()
|
Methods inherited from class net.cscott.sdr.calls.grm.Grm |
---|
mkGrm, parse, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final String ruleName
public final int param
Constructor Detail |
---|
public Grm.Nonterminal(String ruleName, int param)
Method Detail |
---|
public int precedence()
precedence
in class Grm
public <T> T accept(GrmVisitor<T> v)
accept
in class Grm
|
sdr 0.21 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |