|
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.Mult
public static class Grm.Mult
Multiplicity marker: a*, a+, or a?.
Nested Class Summary | |
---|---|
static class |
Grm.Mult.Type
|
Nested classes/interfaces inherited from class net.cscott.sdr.calls.grm.Grm |
---|
Grm.Alt, Grm.Concat, Grm.Mult, Grm.Nonterminal, Grm.Terminal |
Field Summary | |
---|---|
Grm |
operand
|
Grm.Mult.Type |
type
|
Constructor Summary | |
---|---|
Grm.Mult(Grm operand,
Grm.Mult.Type type)
|
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 Grm operand
public final Grm.Mult.Type type
Constructor Detail |
---|
public Grm.Mult(Grm operand, Grm.Mult.Type type)
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 |