|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CircusKeyword>
net.sourceforge.czt.parser.circus.CircusKeyword
public enum CircusKeyword
Circus keyword spelling for KeywordScanner These are the keywords for the context senstitive lexis (see Z standard and the context sensitive lexer, as the keyword scanner). Context sensitive lexing happens after the context free scanner transforms DecorWord strings into Keywords. TODO: Rearrange this and CircusToken, trying to follow a logical arrangement of keywords and tokens like what was done in the Z standard.
| Enum Constant Summary | |
|---|---|
CIRCASSERTREF
|
|
CIRCASSIGN
|
|
CIRCBEGIN
|
|
CIRCCHAN
|
|
CIRCCHANFROM
|
|
CIRCCHANSET
|
|
CIRCCHAOS
|
|
CIRCDEF
Keywords with new-lines accepted both b/a them * |
|
CIRCDO
Keywords with new-lines accepted "after" them * |
|
CIRCELSE
|
|
CIRCEND
|
|
CIRCFI
|
|
CIRCHIDING
|
|
CIRCINDEX
|
|
CIRCMU
|
|
CIRCNAMESET
|
|
CIRCOD
Keywords with new-lines accepted "before" them * |
|
CIRCPROC
|
|
CIRCREFINES
|
|
CIRCRES
|
|
CIRCSEQ
|
|
CIRCSIMULATES
|
|
CIRCSKIP
Keywords without new-lines accepted (no-fix) * |
|
CIRCSTATE
|
|
CIRCSTOP
|
|
CIRCTHEN
|
|
CIRCVAL
|
|
CIRCVAR
|
|
CIRCVRES
|
|
EXTCHOICE
|
|
INTCHOICE
|
|
INTERLEAVE
|
|
PREFIXCOLON
|
|
PREFIXTHEN
|
|
REPEXTCHOICE
|
|
REPINTCHOICE
|
|
REPINTERLEAVE
|
|
REPPARALLEL
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
java.lang.Object |
getSpelling()
|
java.lang.String |
spelling()
|
static CircusKeyword |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CircusKeyword[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CircusKeyword CIRCOD
public static final CircusKeyword CIRCEND
public static final CircusKeyword CIRCFI
public static final CircusKeyword CIRCDO
public static final CircusKeyword CIRCVAR
public static final CircusKeyword CIRCVAL
public static final CircusKeyword CIRCRES
public static final CircusKeyword CIRCVRES
public static final CircusKeyword CIRCCHAN
public static final CircusKeyword CIRCCHANFROM
public static final CircusKeyword CIRCCHANSET
public static final CircusKeyword CIRCNAMESET
public static final CircusKeyword CIRCPROC
public static final CircusKeyword CIRCASSERTREF
public static final CircusKeyword CIRCBEGIN
public static final CircusKeyword CIRCSTATE
public static final CircusKeyword REPINTERLEAVE
public static final CircusKeyword REPPARALLEL
public static final CircusKeyword REPEXTCHOICE
public static final CircusKeyword REPINTCHOICE
public static final CircusKeyword CIRCDEF
public static final CircusKeyword CIRCINDEX
public static final CircusKeyword CIRCTHEN
public static final CircusKeyword CIRCELSE
public static final CircusKeyword PREFIXTHEN
public static final CircusKeyword PREFIXCOLON
public static final CircusKeyword CIRCSEQ
public static final CircusKeyword INTERLEAVE
public static final CircusKeyword CIRCHIDING
public static final CircusKeyword EXTCHOICE
public static final CircusKeyword INTCHOICE
public static final CircusKeyword CIRCASSIGN
public static final CircusKeyword CIRCREFINES
public static final CircusKeyword CIRCSIMULATES
public static final CircusKeyword CIRCMU
public static final CircusKeyword CIRCSKIP
public static final CircusKeyword CIRCSTOP
public static final CircusKeyword CIRCCHAOS
| Method Detail |
|---|
public static CircusKeyword[] values()
for (CircusKeyword c : CircusKeyword.values()) System.out.println(c);
public static CircusKeyword valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()
getName in interface net.sourceforge.czt.parser.util.Tokenpublic java.lang.Object getSpelling()
getSpelling in interface net.sourceforge.czt.parser.util.Tokenpublic java.lang.String spelling()
spelling in interface net.sourceforge.czt.parser.util.Token
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||