org.jboss.portal.format.template
Interface TemplateAnalyzerConstants

All Known Implementing Classes:
TemplateAnalyzer, TemplateAnalyzerTokenManager, TemplateParser

public interface TemplateAnalyzerConstants


Field Summary
static int BEGIN
           
static int DEFAULT
           
static int END
           
static int EOF
           
static int LITTERAL
           
static int NEWLINE
           
static int PROPERTY
           
static int REF
           
static int TEXT
           
static java.lang.String[] tokenImage
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

BEGIN

static final int BEGIN
See Also:
Constant Field Values

END

static final int END
See Also:
Constant Field Values

PROPERTY

static final int PROPERTY
See Also:
Constant Field Values

REF

static final int REF
See Also:
Constant Field Values

LITTERAL

static final int LITTERAL
See Also:
Constant Field Values

TEXT

static final int TEXT
See Also:
Constant Field Values

NEWLINE

static final int NEWLINE
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage