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

B

beginningOfLineRequired() - Method in class fr.umlv.tatoo.runtime.lexer.rules.RuleData
Indicates if he main regular expression associated with the rule must starts at the beginning of the line
BranchAction<T,P,V> - Class in fr.umlv.tatoo.runtime.parser
 
BranchAction(String) - Constructor for class fr.umlv.tatoo.runtime.parser.BranchAction
 
BranchingParserListener<T> - Interface in fr.umlv.tatoo.runtime.parser
Listeners notified by the parser when sub-parser events occur.
branchOnError(T, String) - Method in class fr.umlv.tatoo.runtime.parser.Parser
Signals to the parser an external error, (by example a lexer error) has occurred allowing the parser to try to branch (enter or exit from the current grammar).
branchOnError(T, String) - Method in interface fr.umlv.tatoo.runtime.parser.SimpleParser
Signals to the parser an external error, (by example a lexer error) has occurred allowing the parser to try to branch (enter or exit from the current grammar).
bufferClear() - Method in class fr.umlv.tatoo.runtime.buffer.impl.LocationTracker
Set the current and unwinded location to zero.
bufferDiscard() - Method in class fr.umlv.tatoo.runtime.buffer.impl.LocationTracker
 
bufferNext(int) - Method in class fr.umlv.tatoo.runtime.buffer.impl.LocationTracker
Update the columnNumber and lineNumber location.
bufferReset() - Method in class fr.umlv.tatoo.runtime.buffer.impl.LocationTracker
Update the unwinded location.
bufferRestart() - Method in class fr.umlv.tatoo.runtime.buffer.impl.LocationTracker
 
bufferUnwind(int) - Method in class fr.umlv.tatoo.runtime.buffer.impl.LocationTracker
Update the current and unwinded location.
ByteBufferWrapper - Class in fr.umlv.tatoo.runtime.buffer.impl
A ByteBufferWrapper wraps a ByteBuffer in order to allow a lexer to process its content in order to have its tokens extracted.
ByteBufferWrapper(ByteBuffer, LocationTracker) - Constructor for class fr.umlv.tatoo.runtime.buffer.impl.ByteBufferWrapper
Constructs a ByteBufferWrapper which wraps specified ByteBuffer.

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