|
sdr 0.7 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.cscott.sdr.calls.lists.AllGrm
public class AllGrm
Post-processed grammar for all dance programs. These grammars should be
accessed via Grm.grammar(Program)
method;
the contents are described there.
Field Summary | |
---|---|
static Map<String,Grm> |
A1
Map from nonterminal names to grammar productions for the A1 dance program. |
static Map<String,Grm> |
A2
Map from nonterminal names to grammar productions for the A2 dance program. |
static Map<String,Grm> |
BASIC
Map from nonterminal names to grammar productions for the BASIC dance program. |
static Map<String,Grm> |
C1
Map from nonterminal names to grammar productions for the C1 dance program. |
static Map<String,Grm> |
C2
Map from nonterminal names to grammar productions for the C2 dance program. |
static Map<String,Grm> |
C3A
Map from nonterminal names to grammar productions for the C3A dance program. |
static Map<String,Grm> |
C3B
Map from nonterminal names to grammar productions for the C3B dance program. |
static Map<String,Grm> |
C4
Map from nonterminal names to grammar productions for the C4 dance program. |
static Map<String,Grm> |
MAINSTREAM
Map from nonterminal names to grammar productions for the MAINSTREAM dance program. |
static Map<String,Grm> |
PLUS
Map from nonterminal names to grammar productions for the PLUS dance program. |
Constructor Summary | |
---|---|
AllGrm()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Map<String,Grm> BASIC
public static final Map<String,Grm> MAINSTREAM
public static final Map<String,Grm> PLUS
public static final Map<String,Grm> A1
public static final Map<String,Grm> A2
public static final Map<String,Grm> C1
public static final Map<String,Grm> C2
public static final Map<String,Grm> C3A
public static final Map<String,Grm> C3B
public static final Map<String,Grm> C4
Constructor Detail |
---|
public AllGrm()
|
sdr 0.7 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |