Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
N
P
R
S
T
U
V
W
R
ReaderWrapper
- Class in
fr.umlv.tatoo.runtime.buffer.impl
A
ReadWrapper
wraps a
Reader
in order to allow a lexer to process it and a developper to extract tokens recognized.
ReaderWrapper(Reader)
- Constructor for class fr.umlv.tatoo.runtime.buffer.impl.
ReaderWrapper
Constructs a reader wrapper used by the lexer to process the reader.
ReaderWrapper(int, int, Reader)
- Constructor for class fr.umlv.tatoo.runtime.buffer.impl.
ReaderWrapper
reduce(P)
- Method in interface fr.umlv.tatoo.runtime.parser.
ParserListener
ReduceAction
<
T
,
P
> - Class in
fr.umlv.tatoo.runtime.parser
ReduceAction(P, int, int[])
- Constructor for class fr.umlv.tatoo.runtime.parser.
ReduceAction
RegexTable
- Interface in
fr.umlv.tatoo.runtime.interfaces
removeLast(int)
- Method in class fr.umlv.tatoo.runtime.util.
IntArrayList
removeLast()
- Method in class fr.umlv.tatoo.runtime.util.
IntArrayList
reset(R)
- Method in class fr.umlv.tatoo.runtime.lexer.
Action
reset(RegexTable)
- Method in class fr.umlv.tatoo.runtime.lexer.
DFA
reset()
- Method in class fr.umlv.tatoo.runtime.lexer.
DFA
reset(B)
- Method in class fr.umlv.tatoo.runtime.lexer.
Lexer
Resets the lexer processs with a new character buffer to process.
Rule
- Interface in
fr.umlv.tatoo.runtime.interfaces
A
Rule
represents a rule of the lexer.
RuleActivator
<
R
extends
Rule
> - Interface in
fr.umlv.tatoo.runtime.lexer
Interface for an observer to register to receive notifications of new token recognition beginning in order to change the set of active rules.
ruleVerified(R, int, B)
- Method in interface fr.umlv.tatoo.runtime.lexer.
LexerListener
This method is called each time a token is recognized by the lexer.
ruleVerified(R, int, B)
- Method in class fr.umlv.tatoo.runtime.tools.
AbstractLexerListener
ruleVerified(R, CharSequence)
- Method in class fr.umlv.tatoo.runtime.tools.
AbstractLexerListener
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
N
P
R
S
T
U
V
W