Modifier and Type | Field and Description |
---|---|
static int |
AF |
static int |
ANY_EXCEPT_2_DOLLAR |
static int |
ANY_EXCEPT_DOUBLE_QUOTE |
static int |
ANY_EXCEPT_SINGLE_QUOTE |
static int |
ANY_UNTIL_END |
static int |
ANY_UNTIL_EOL |
static int |
ANY_WORD |
static int |
AZ_UNDERSCORE |
static int |
CLOSE_BRACKET |
static int |
CONCAT |
static int |
DIGIT |
static int |
HEX_START |
static int |
HMS |
static int |
NANOS |
static int |
OPEN_BRACKET |
static int |
YMD |
Modifier and Type | Method and Description |
---|---|
void |
accept(BnfVisitor visitor)
Call the visit method in the given visitor.
|
boolean |
autoComplete(Sentence sentence)
Add the next possible token(s).
|
void |
setLinks(HashMap<String,RuleHead> ruleMap)
Update cross references.
|
public static final int YMD
public static final int HMS
public static final int NANOS
public static final int ANY_EXCEPT_SINGLE_QUOTE
public static final int ANY_EXCEPT_DOUBLE_QUOTE
public static final int ANY_UNTIL_EOL
public static final int ANY_UNTIL_END
public static final int ANY_WORD
public static final int ANY_EXCEPT_2_DOLLAR
public static final int HEX_START
public static final int CONCAT
public static final int AZ_UNDERSCORE
public static final int AF
public static final int DIGIT
public static final int OPEN_BRACKET
public static final int CLOSE_BRACKET
public void accept(BnfVisitor visitor)
Rule
public void setLinks(HashMap<String,RuleHead> ruleMap)
Rule
public boolean autoComplete(Sentence sentence)
Rule
autoComplete
in interface Rule
sentence
- the sentence contextCopyright © 2012 JBoss by Red Hat. All Rights Reserved.