org.eclipse.ocl.parser
Class OCLKWLexer

java.lang.Object
  extended by org.eclipse.ocl.parser.OCLKWLexerprs
      extended by org.eclipse.ocl.parser.OCLKWLexer
All Implemented Interfaces:
lpg.runtime.ParseTable, OCLKWLexersym

public class OCLKWLexer
extends OCLKWLexerprs


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.ocl.parser.OCLKWLexerprs
OCLKWLexerprs.BaseAction, OCLKWLexerprs.BaseCheck, OCLKWLexerprs.IsKeyword, OCLKWLexerprs.IsNullable, OCLKWLexerprs.ProsthesesIndex, OCLKWLexerprs.TermAction, OCLKWLexerprs.TermCheck
 
Field Summary
 
Fields inherited from class org.eclipse.ocl.parser.OCLKWLexerprs
ACCEPT_ACTION, BACKTRACK, baseAction, baseCheck, EOFT_SYMBOL, EOLT_SYMBOL, ERROR_ACTION, ERROR_SYMBOL, IDENTIFIER_SYMBOL, isKeyword, isNullable, LA_STATE_OFFSET, lhs, MAX_LA, MAX_NAME_LENGTH, NT_OFFSET, NUM_NONTERMINALS, NUM_RULES, NUM_STATES, NUM_SYMBOLS, prosthesesIndex, rhs, SCOPE_SIZE, SCOPE_UBOUND, SEGMENT_SIZE, START_STATE, termAction, termCheck
 
Fields inherited from interface org.eclipse.ocl.parser.OCLKWLexersym
Char__, Char_a, Char_A, Char_b, Char_B, Char_c, Char_C, Char_d, Char_D, Char_DollarSign, Char_e, Char_E, Char_EOF, Char_f, Char_F, Char_g, Char_G, Char_h, Char_H, Char_i, Char_I, Char_j, Char_J, Char_k, Char_K, Char_l, Char_L, Char_m, Char_M, Char_n, Char_N, Char_o, Char_O, Char_p, Char_P, Char_Percent, Char_q, Char_Q, Char_r, Char_R, Char_s, Char_S, Char_t, Char_T, Char_u, Char_U, Char_v, Char_V, Char_w, Char_W, Char_x, Char_X, Char_y, Char_Y, Char_z, Char_Z, isValidForParser, numTokenKinds, orderedTerminalSymbols
 
Constructor Summary
OCLKWLexer(char[] inputChars, int identifierKind)
           
 
Method Summary
 int[] getKeywordKinds()
           
 int lexer(int curtok, int lasttok)
           
 void setInputChars(char[] inputChars)
           
 
Methods inherited from class org.eclipse.ocl.parser.OCLKWLexerprs
asb, asi, asr, baseAction, baseCheck, getAcceptAction, getBacktrack, getEoftSymbol, getEoltSymbol, getErrorAction, getErrorSymbol, getIdentifier_SYMBOL, getLaStateOffset, getMaxLa, getMaxNameLength, getNtOffset, getNumNonterminals, getNumRules, getNumStates, getNumSymbols, getScopeSize, getScopeUbound, getSegmentSize, getStartState, getStartSymbol, inSymb, inSymbol, isKeyword, isNullable, isValidForParser, lhs, lookAhead, name, nasb, nasi, nasr, nonterminalIndex, ntAction, originalState, prosthesesIndex, rhs, scopeLa, scopeLhs, scopePrefix, scopeRhs, scopeState, scopeStateSet, scopeSuffix, tAction, termAction, termCheck, terminalIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OCLKWLexer

public OCLKWLexer(char[] inputChars,
                  int identifierKind)
Method Detail

getKeywordKinds

public int[] getKeywordKinds()

lexer

public int lexer(int curtok,
                 int lasttok)

setInputChars

public void setInputChars(char[] inputChars)