emolib.tokenizer.lexer.english
Interface EnglishLexerConstants

All Known Implementing Classes:
EnglishLexer, EnglishLexerTokenManager

public interface EnglishLexerConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int ADVERBIO_AFIRMACION
          RegularExpression Id.
static int ADVERBIO_CUANTITATIVO_NEG_1
          RegularExpression Id.
static int ADVERBIO_CUANTITATIVO_NEG_2
          RegularExpression Id.
static int ADVERBIO_CUANTITATIVO_NEG_3
          RegularExpression Id.
static int ADVERBIO_CUANTITATIVO_POS_1
          RegularExpression Id.
static int ADVERBIO_CUANTITATIVO_POS_2
          RegularExpression Id.
static int ADVERBIO_CUANTITATIVO_POS_3
          RegularExpression Id.
static int ADVERBIO_LUGAR
          RegularExpression Id.
static int ADVERBIO_MODO
          RegularExpression Id.
static int ADVERBIO_NEGACION
          RegularExpression Id.
static int ADVERBIO_PROBABILIDAD
          RegularExpression Id.
static int ADVERBIO_TIEMPO
          RegularExpression Id.
static int ARTICULO_DETERMINADO
          RegularExpression Id.
static int ARTICULO_INDETERMINADO
          RegularExpression Id.
static int BLANK
          RegularExpression Id.
static int CONJUNCION_ADVERSATIVA
          RegularExpression Id.
static int CONJUNCION_CAUSAL
          RegularExpression Id.
static int CONJUNCION_COPULATIVA
          RegularExpression Id.
static int CONJUNCION_DISYUNTIVA
          RegularExpression Id.
static int CONJUNCION_TEMPORAL
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DEMOSTRATIVO
          RegularExpression Id.
static int DIGITO
          RegularExpression Id.
static int EOF
          End of File.
static int ESPECIAL
          RegularExpression Id.
static int ESPECIFICACION
          RegularExpression Id.
static int EXCLAMATIVA
          RegularExpression Id.
static int FIN_FRASE
          RegularExpression Id.
static int INDEFINIDO_CUANTITATIVO
          RegularExpression Id.
static int INDEFINIDO_DISTRIBUTIVO
          RegularExpression Id.
static int INTERROGATIVA
          RegularExpression Id.
static int LETRA
          RegularExpression Id.
static int NUMERAL
          RegularExpression Id.
static int OTRO
          RegularExpression Id.
static int POSESIVO_1
          RegularExpression Id.
static int POSESIVO_2
          RegularExpression Id.
static int POSESIVO_3
          RegularExpression Id.
static int PREPOSICION
          RegularExpression Id.
static int PRONOMBRE_1
          RegularExpression Id.
static int PRONOMBRE_2
          RegularExpression Id.
static int PRONOMBRE_3
          RegularExpression Id.
static int PRONOMBRE_REL
          RegularExpression Id.
static int SALTO_CR
          RegularExpression Id.
static int SALTO_CRLF
          RegularExpression Id.
static int SALTO_LF
          RegularExpression Id.
static int SIMBOLO_NEUTRO
          RegularExpression Id.
static int TAB
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

BLANK

static final int BLANK
RegularExpression Id.

See Also:
Constant Field Values

TAB

static final int TAB
RegularExpression Id.

See Also:
Constant Field Values

SALTO_LF

static final int SALTO_LF
RegularExpression Id.

See Also:
Constant Field Values

SALTO_CR

static final int SALTO_CR
RegularExpression Id.

See Also:
Constant Field Values

SALTO_CRLF

static final int SALTO_CRLF
RegularExpression Id.

See Also:
Constant Field Values

ARTICULO_DETERMINADO

static final int ARTICULO_DETERMINADO
RegularExpression Id.

See Also:
Constant Field Values

ARTICULO_INDETERMINADO

static final int ARTICULO_INDETERMINADO
RegularExpression Id.

See Also:
Constant Field Values

PRONOMBRE_1

static final int PRONOMBRE_1
RegularExpression Id.

See Also:
Constant Field Values

PRONOMBRE_2

static final int PRONOMBRE_2
RegularExpression Id.

See Also:
Constant Field Values

PRONOMBRE_3

static final int PRONOMBRE_3
RegularExpression Id.

See Also:
Constant Field Values

PRONOMBRE_REL

static final int PRONOMBRE_REL
RegularExpression Id.

See Also:
Constant Field Values

POSESIVO_1

static final int POSESIVO_1
RegularExpression Id.

See Also:
Constant Field Values

POSESIVO_2

static final int POSESIVO_2
RegularExpression Id.

See Also:
Constant Field Values

POSESIVO_3

static final int POSESIVO_3
RegularExpression Id.

See Also:
Constant Field Values

INDEFINIDO_CUANTITATIVO

static final int INDEFINIDO_CUANTITATIVO
RegularExpression Id.

See Also:
Constant Field Values

INDEFINIDO_DISTRIBUTIVO

static final int INDEFINIDO_DISTRIBUTIVO
RegularExpression Id.

See Also:
Constant Field Values

DEMOSTRATIVO

static final int DEMOSTRATIVO
RegularExpression Id.

See Also:
Constant Field Values

ADVERBIO_LUGAR

static final int ADVERBIO_LUGAR
RegularExpression Id.

See Also:
Constant Field Values

ADVERBIO_TIEMPO

static final int ADVERBIO_TIEMPO
RegularExpression Id.

See Also:
Constant Field Values

ADVERBIO_AFIRMACION

static final int ADVERBIO_AFIRMACION
RegularExpression Id.

See Also:
Constant Field Values

ADVERBIO_NEGACION

static final int ADVERBIO_NEGACION
RegularExpression Id.

See Also:
Constant Field Values

ADVERBIO_PROBABILIDAD

static final int ADVERBIO_PROBABILIDAD
RegularExpression Id.

See Also:
Constant Field Values

ADVERBIO_CUANTITATIVO_POS_3

static final int ADVERBIO_CUANTITATIVO_POS_3
RegularExpression Id.

See Also:
Constant Field Values

ADVERBIO_CUANTITATIVO_POS_2

static final int ADVERBIO_CUANTITATIVO_POS_2
RegularExpression Id.

See Also:
Constant Field Values

ADVERBIO_CUANTITATIVO_POS_1

static final int ADVERBIO_CUANTITATIVO_POS_1
RegularExpression Id.

See Also:
Constant Field Values

ADVERBIO_CUANTITATIVO_NEG_3

static final int ADVERBIO_CUANTITATIVO_NEG_3
RegularExpression Id.

See Also:
Constant Field Values

ADVERBIO_CUANTITATIVO_NEG_2

static final int ADVERBIO_CUANTITATIVO_NEG_2
RegularExpression Id.

See Also:
Constant Field Values

ADVERBIO_CUANTITATIVO_NEG_1

static final int ADVERBIO_CUANTITATIVO_NEG_1
RegularExpression Id.

See Also:
Constant Field Values

ADVERBIO_MODO

static final int ADVERBIO_MODO
RegularExpression Id.

See Also:
Constant Field Values

PREPOSICION

static final int PREPOSICION
RegularExpression Id.

See Also:
Constant Field Values

CONJUNCION_DISYUNTIVA

static final int CONJUNCION_DISYUNTIVA
RegularExpression Id.

See Also:
Constant Field Values

CONJUNCION_COPULATIVA

static final int CONJUNCION_COPULATIVA
RegularExpression Id.

See Also:
Constant Field Values

CONJUNCION_ADVERSATIVA

static final int CONJUNCION_ADVERSATIVA
RegularExpression Id.

See Also:
Constant Field Values

CONJUNCION_CAUSAL

static final int CONJUNCION_CAUSAL
RegularExpression Id.

See Also:
Constant Field Values

CONJUNCION_TEMPORAL

static final int CONJUNCION_TEMPORAL
RegularExpression Id.

See Also:
Constant Field Values

SIMBOLO_NEUTRO

static final int SIMBOLO_NEUTRO
RegularExpression Id.

See Also:
Constant Field Values

ESPECIFICACION

static final int ESPECIFICACION
RegularExpression Id.

See Also:
Constant Field Values

INTERROGATIVA

static final int INTERROGATIVA
RegularExpression Id.

See Also:
Constant Field Values

EXCLAMATIVA

static final int EXCLAMATIVA
RegularExpression Id.

See Also:
Constant Field Values

NUMERAL

static final int NUMERAL
RegularExpression Id.

See Also:
Constant Field Values

DIGITO

static final int DIGITO
RegularExpression Id.

See Also:
Constant Field Values

FIN_FRASE

static final int FIN_FRASE
RegularExpression Id.

See Also:
Constant Field Values

OTRO

static final int OTRO
RegularExpression Id.

See Also:
Constant Field Values

LETRA

static final int LETRA
RegularExpression Id.

See Also:
Constant Field Values

ESPECIAL

static final int ESPECIAL
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage
Literal token values.