|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface VariableExpressionTokenizer.TokenReciever
Callback for tokenizer
Field Summary | |
---|---|
static int |
CLOSE
|
static int |
COLON
|
static int |
MODULE
|
static int |
OPEN
|
static int |
TEXT
|
static int |
VARIABLE
|
Method Summary | |
---|---|
void |
addToken(int type,
String value)
Reports parsed tokens. |
Field Detail |
---|
static final int OPEN
static final int CLOSE
static final int COLON
static final int TEXT
static final int MODULE
static final int VARIABLE
Method Detail |
---|
void addToken(int type, String value) throws PatternException
PatternException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |