net.cscott.sdr.calls.grm
Class Grm.Concat
java.lang.Object
net.cscott.sdr.calls.grm.Grm
net.cscott.sdr.calls.grm.Grm.Concat
- Enclosing class:
- Grm
public static class Grm.Concat
- extends Grm
Concatanation: a b.
sequence
public final List<Grm> sequence
Grm.Concat
public Grm.Concat(List<Grm> sequence)
precedence
public int precedence()
- Specified by:
precedence in class Grm
accept
public <T> T accept(GrmVisitor<T> v)
- Specified by:
accept in class Grm
repr
public void repr(StringBuilder sb)
- Specified by:
repr in class Grm
buildIntern
protected Grm.Concat buildIntern()
- Specified by:
buildIntern in class Grm
getName
protected String getName()
- Specified by:
getName in class Grm
getOperands
protected List<Grm> getOperands()
- Specified by:
getOperands in class Grm
Copyright © 2006-2009 C. Scott Ananian