A B C D E F G H I L N P R S T U V W X

E

enter(T) - Method in interface fr.umlv.tatoo.runtime.parser.BranchingParserListener
Notifies that an enter action is performed by the parser.
EnterAction<T,P,V> - Class in fr.umlv.tatoo.runtime.parser
Enter in a sub parser action class.
EnterAction(T, int) - Constructor for class fr.umlv.tatoo.runtime.parser.EnterAction
Creates an enter action with an error action that will be used if enter doesn't succeed.
enumLookaheadMap(ParserTable<T, ?, ?, V>) - Static method in class fr.umlv.tatoo.runtime.tools.LookaheadMapFactory
Returns a map that contains, for a specific version, the mapping between a terminal and its lookahead set.
EnumParserLookaheadActivator<R extends Enum<R>,T extends Enum<T>,V extends Enum<V>> - Class in fr.umlv.tatoo.runtime.tools
A rule activator that use parser lookaheads.
EnumParserLookaheadActivator(Parser<T, ?, ?, V>, EnumMap<T, EnumSet<R>>, Class<R>, EnumSet<R>) - Constructor for class fr.umlv.tatoo.runtime.tools.EnumParserLookaheadActivator
 
eof() - Method in class fr.umlv.tatoo.runtime.lexer.Tokenizer
Indicated wether eod-of-file is reached.
ErrorAction<T,P,V> - Class in fr.umlv.tatoo.runtime.parser
 
ErrorAction(String) - Constructor for class fr.umlv.tatoo.runtime.parser.ErrorAction
 
ErrorForwarder<B extends LexerBuffer> - Interface in fr.umlv.tatoo.runtime.lexer
Lexer error forwarding interface.
ErrorRecoveryListener<T,N> - Interface in fr.umlv.tatoo.runtime.parser
Parser error recovery listener.
errorRecoveryNeedsContinuation() - Method in class fr.umlv.tatoo.runtime.lexer.DefaultLexerErrorRecoveryPolicy
 
errorRecoveryNeedsContinuation() - Method in interface fr.umlv.tatoo.runtime.lexer.LexerErrorRecoveryPolicy
Indicate if LexerErrorRecoveryPolicy.continueRecoverOnError(fr.umlv.tatoo.runtime.lexer.Lexer, fr.umlv.tatoo.runtime.lexer.rules.ActionProcessor) needs to be called by processor
errorRecoveryNeedsContinuation() - Method in class fr.umlv.tatoo.runtime.lexer.NoLexerErrorRecoveryPolicy
 
errorRecoveryNeedsContinuation() - Method in class fr.umlv.tatoo.runtime.parser.DefaultParserErrorRecoveryPolicy
 
errorRecoveryNeedsContinuation() - Method in class fr.umlv.tatoo.runtime.parser.ParserErrorRecoveryPolicy
Indicate if ParserErrorRecoveryPolicy.continueRecoverOnError(fr.umlv.tatoo.runtime.parser.Parser, fr.umlv.tatoo.runtime.util.IntArrayList, T) needs to be called by processor
exit() - Method in interface fr.umlv.tatoo.runtime.parser.BranchingParserListener
Notifies that an exit action is performed by the parser.
ExitAction<T,P,V> - Class in fr.umlv.tatoo.runtime.parser
Exit out a sub parser action class.

A B C D E F G H I L N P R S T U V W X