de.saar.chorus.domgraph.codec.glue
Interface GlueInputCodecConstants

All Known Implementing Classes:
GlueInputCodec, GlueInputCodecTokenManager

public interface GlueInputCodecConstants


Field Summary
static int ATOM
           
static int DEFAULT
           
static int EOF
           
static int IMP
           
static int PERCENT_COMMENT
           
static String[] tokenImage
           
static int VAR
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

PERCENT_COMMENT

static final int PERCENT_COMMENT
See Also:
Constant Field Values

IMP

static final int IMP
See Also:
Constant Field Values

VAR

static final int VAR
See Also:
Constant Field Values

ATOM

static final int ATOM
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

tokenImage

static final String[] tokenImage