Package org.eclipse.birt.core.template
Interface ParserTreeConstants
-
- All Known Implementing Classes:
Parser
public interface ParserTreeConstants
-
-
Field Summary
Fields Modifier and Type Field Description static int
JJTATTRIBUTE
static int
JJTEBODY_CONTENT
static int
JJTIMAGE
static java.lang.String[]
jjtNodeName
static int
JJTTEMPLATE
static int
JJTTEXT
static int
JJTVALUEOF
static int
JJTVIEWTIMEVALUEOF
-
-
-
Field Detail
-
JJTATTRIBUTE
static final int JJTATTRIBUTE
- See Also:
- Constant Field Values
-
JJTEBODY_CONTENT
static final int JJTEBODY_CONTENT
- See Also:
- Constant Field Values
-
JJTIMAGE
static final int JJTIMAGE
- See Also:
- Constant Field Values
-
JJTVALUEOF
static final int JJTVALUEOF
- See Also:
- Constant Field Values
-
JJTVIEWTIMEVALUEOF
static final int JJTVIEWTIMEVALUEOF
- See Also:
- Constant Field Values
-
JJTTEXT
static final int JJTTEXT
- See Also:
- Constant Field Values
-
JJTTEMPLATE
static final int JJTTEMPLATE
- See Also:
- Constant Field Values
-
jjtNodeName
static final java.lang.String[] jjtNodeName
-
-