|
|||||||||
| Home >> All >> com >> port80 >> graph >> dot >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.port80.graph.dot.parser
Interface DotParserConstants

- All Known Implementing Classes:
- DotParser, DotParserTokenManager
- public interface DotParserConstants
| Field Summary | |
static int |
CHARACTER_LITERAL
|
static int |
COMMENT
|
static int |
DECIMAL_LITERAL
|
static int |
DEFAULT
|
static int |
DIGIT
|
static int |
DIGRAPH
|
static int |
EDGE
|
static int |
EOF
|
static int |
EXPONENT
|
static int |
FLOATING_POINT_LITERAL
|
static int |
GRAPH
|
static int |
HEX_LITERAL
|
static int |
IDENTIFIER
|
static int |
INTEGER_LITERAL
|
static int |
JAVADOC
|
static int |
LETTER
|
static int |
OCTAL_LITERAL
|
static int |
STRICT
|
static int |
STRICTDIGRAPH
|
static int |
STRICTGRAPH
|
static int |
STRING_LITERAL
|
static int |
SUBGRAPH
|
static java.lang.String[] |
tokenImage
|
static int |
VERTEX
|
| Field Detail |
EOF
public static final int EOF
- See Also:
- Constant Field Values
COMMENT
public static final int COMMENT
- See Also:
- Constant Field Values
JAVADOC
public static final int JAVADOC
- See Also:
- Constant Field Values
INTEGER_LITERAL
public static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
DECIMAL_LITERAL
public static final int DECIMAL_LITERAL
- See Also:
- Constant Field Values
HEX_LITERAL
public static final int HEX_LITERAL
- See Also:
- Constant Field Values
OCTAL_LITERAL
public static final int OCTAL_LITERAL
- See Also:
- Constant Field Values
FLOATING_POINT_LITERAL
public static final int FLOATING_POINT_LITERAL
- See Also:
- Constant Field Values
EXPONENT
public static final int EXPONENT
- See Also:
- Constant Field Values
CHARACTER_LITERAL
public static final int CHARACTER_LITERAL
- See Also:
- Constant Field Values
STRING_LITERAL
public static final int STRING_LITERAL
- See Also:
- Constant Field Values
STRICT
public static final int STRICT
- See Also:
- Constant Field Values
STRICTDIGRAPH
public static final int STRICTDIGRAPH
- See Also:
- Constant Field Values
STRICTGRAPH
public static final int STRICTGRAPH
- See Also:
- Constant Field Values
DIGRAPH
public static final int DIGRAPH
- See Also:
- Constant Field Values
GRAPH
public static final int GRAPH
- See Also:
- Constant Field Values
SUBGRAPH
public static final int SUBGRAPH
- See Also:
- Constant Field Values
VERTEX
public static final int VERTEX
- See Also:
- Constant Field Values
EDGE
public static final int EDGE
- See Also:
- Constant Field Values
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
LETTER
public static final int LETTER
- See Also:
- Constant Field Values
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage
|
|||||||||
| Home >> All >> com >> port80 >> graph >> dot >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC