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

I

info(String) - Static method in class fr.umlv.tatoo.runtime.util.TatooLogger
Emits an information message by the current logger.
InputStreamWrapper - 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.
InputStreamWrapper(InputStream, LocationTracker) - Constructor for class fr.umlv.tatoo.runtime.buffer.impl.InputStreamWrapper
Constructs an InputStreamWrapper wrapper used by the lexer to process the InputStream.
InputStreamWrapper(int, int, int, InputStream, LocationTracker) - Constructor for class fr.umlv.tatoo.runtime.buffer.impl.InputStreamWrapper
Construct a InputStreamWrapper used by the lexer to process the InputStream.
IntArrayList - Class in fr.umlv.tatoo.runtime.util
A specific array list of integer that globally works as a stack to store parser state.
IntArrayList(int) - Constructor for class fr.umlv.tatoo.runtime.util.IntArrayList
Creates the list with an initial capacity.
IntArrayList() - Constructor for class fr.umlv.tatoo.runtime.util.IntArrayList
Creates the list with 10 as initial capacity.
isBranchingParser() - Method in class fr.umlv.tatoo.runtime.parser.Parser
Returns true if the current parser is a branching parser
isBranchingParser() - Method in interface fr.umlv.tatoo.runtime.parser.SimpleParser
Returns true if the current parser is a branching parser
isCompatible(V) - Method in class fr.umlv.tatoo.runtime.parser.StateMetadata
Returns true if the state is compatible with the version taken as argument.
isEmpty() - Method in class fr.umlv.tatoo.runtime.util.IntArrayList
 
isEmpty() - Method in interface fr.umlv.tatoo.runtime.util.ReadOnlyIntStack
Returns true is the number of states in the stack is zero.
isError(V) - Method in class fr.umlv.tatoo.runtime.parser.Action
Indicates if the action is an error.
isError(V) - Method in class fr.umlv.tatoo.runtime.parser.BranchAction
 
isError(V) - Method in class fr.umlv.tatoo.runtime.parser.ErrorAction
 
isError(V) - Method in class fr.umlv.tatoo.runtime.parser.VersionedAction
 
isShift(V) - Method in class fr.umlv.tatoo.runtime.parser.Action
Indicates if the action is a shift.
isShift(V) - Method in class fr.umlv.tatoo.runtime.parser.ShiftAction
 
iterator() - Method in class fr.umlv.tatoo.runtime.lexer.Scanner
This implementation always returns this.

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