infovis.graph.io
Interface VCGTokenTypes

All Known Implementing Classes:
VCGLexer, VCGParser

public interface VCGTokenTypes

Parser and Lexer for the VCG Graph format.

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

Field Summary
static int COLON
           
static int DIGIT
           
static int EOF
           
static int ESC
           
static int FLOAT
           
static int ID
           
static int INTEGER
           
static int LCUR
           
static int LITERAL_backedge
           
static int LITERAL_bentnearedge
           
static int LITERAL_classname
           
static int LITERAL_colorentry
           
static int LITERAL_edge
           
static int LITERAL_graph
           
static int LITERAL_infoname
           
static int LITERAL_loc
           
static int LITERAL_nearedge
           
static int LITERAL_no_nearedges
           
static int LITERAL_node
           
static int LITERAL_title
           
static int LITERAL_x
           
static int LITERAL_y
           
static int ML_COMMENT
           
static int NULL_TREE_LOOKAHEAD
           
static int RCUR
           
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_graph

static final int LITERAL_graph
See Also:
Constant Field Values

COLON

static final int COLON
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

ID

static final int ID
See Also:
Constant Field Values

LITERAL_title

static final int LITERAL_title
See Also:
Constant Field Values

LITERAL_x

static final int LITERAL_x
See Also:
Constant Field Values

INTEGER

static final int INTEGER
See Also:
Constant Field Values

LITERAL_y

static final int LITERAL_y
See Also:
Constant Field Values

LITERAL_loc

static final int LITERAL_loc
See Also:
Constant Field Values

LITERAL_classname

static final int LITERAL_classname
See Also:
Constant Field Values

LITERAL_infoname

static final int LITERAL_infoname
See Also:
Constant Field Values

LITERAL_colorentry

static final int LITERAL_colorentry
See Also:
Constant Field Values

LITERAL_no_nearedges

static final int LITERAL_no_nearedges
See Also:
Constant Field Values

FLOAT

static final int FLOAT
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

LITERAL_nearedge

static final int LITERAL_nearedge
See Also:
Constant Field Values

LITERAL_bentnearedge

static final int LITERAL_bentnearedge
See Also:
Constant Field Values

LITERAL_backedge

static final int LITERAL_backedge
See Also:
Constant Field Values

DIGIT

static final int DIGIT
See Also:
Constant Field Values

WS

static final int WS
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

ESC

static final int ESC
See Also:
Constant Field Values


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