infovis.graph.io
Interface DOTTokenTypes

All Known Implementing Classes:
DOTLexer, DOTParser

public interface DOTTokenTypes

Parser and Lexer for the DOT Graph format.

Version:
$Revision: 1.22 $
Author:
Jean-Daniel Fekete

Field Summary
static int ATOM
           
static int BALANCED
           
static int COLON
           
static int COMMA
           
static int D_EDGE_OP
           
static int EOF
           
static int EQUAL
           
static int ESC
           
static int LBR
           
static int LCUR
           
static int LITERAL_digraph
           
static int LITERAL_edge
           
static int LITERAL_graph
           
static int LITERAL_node
           
static int LITERAL_strict
           
static int LITERAL_subgraph
           
static int LPAR
           
static int ML_COMMENT
           
static int ND_EDGE_OP
           
static int NULL_TREE_LOOKAHEAD
           
static int RBR
           
static int RCUR
           
static int RPAR
           
static int SEMI
           
static int SL_COMMENT
           
static int WS
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

NULL_TREE_LOOKAHEAD

static final int NULL_TREE_LOOKAHEAD
See Also:
Constant Field Values

LITERAL_strict

static final int LITERAL_strict
See Also:
Constant Field Values

ATOM

static final int ATOM
See Also:
Constant Field Values

LCUR

static final int LCUR
See Also:
Constant Field Values

RCUR

static final int RCUR
See Also:
Constant Field Values

LITERAL_graph

static final int LITERAL_graph
See Also:
Constant Field Values

LITERAL_digraph

static final int LITERAL_digraph
See Also:
Constant Field Values

LITERAL_node

static final int LITERAL_node
See Also:
Constant Field Values

LITERAL_edge

static final int LITERAL_edge
See Also:
Constant Field Values

SEMI

static final int SEMI
See Also:
Constant Field Values

D_EDGE_OP

static final int D_EDGE_OP
See Also:
Constant Field Values

ND_EDGE_OP

static final int ND_EDGE_OP
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

COLON

static final int COLON
See Also:
Constant Field Values

LPAR

static final int LPAR
See Also:
Constant Field Values

RPAR

static final int RPAR
See Also:
Constant Field Values

LBR

static final int LBR
See Also:
Constant Field Values

RBR

static final int RBR
See Also:
Constant Field Values

EQUAL

static final int EQUAL
See Also:
Constant Field Values

LITERAL_subgraph

static final int LITERAL_subgraph
See Also:
Constant Field Values

BALANCED

static final int BALANCED
See Also:
Constant Field Values

WS

static final int WS
See Also:
Constant Field Values

ESC

static final int ESC
See Also:
Constant Field Values

SL_COMMENT

static final int SL_COMMENT
See Also:
Constant Field Values

ML_COMMENT

static final int ML_COMMENT
See Also:
Constant Field Values


Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.