- T - Variable in class Main.Expression
-
Different types: automaton,word,arithmetic,alphabetLetter,variable,numberLiteral
- TEMP_DIR - Static variable in class Main.GraphViz
-
- TestCase - Class in Main
-
- TestCase(String, Automaton, String) - Constructor for class Main.TestCase
-
- to_dk_bricks_automaton() - Method in class Automata.Automaton
-
Transform this automaton from Automaton to dk.bricks.automaton.Automaton.
- toAutomaton() - Method in class dk.brics.automaton.RegExp
-
Constructs new Automaton
from this RegExp
.
- toAutomaton(boolean) - Method in class dk.brics.automaton.RegExp
-
Constructs new Automaton
from this RegExp
.
- toAutomaton(AutomatonProvider) - Method in class dk.brics.automaton.RegExp
-
Constructs new Automaton
from this RegExp
.
- toAutomaton(AutomatonProvider, boolean) - Method in class dk.brics.automaton.RegExp
-
Constructs new Automaton
from this RegExp
.
- toAutomaton(Map<String, Automaton>) - Method in class dk.brics.automaton.RegExp
-
Constructs new Automaton
from this RegExp
.
- toAutomaton(Map<String, Automaton>, boolean) - Method in class dk.brics.automaton.RegExp
-
Constructs new Automaton
from this RegExp
.
- toDot() - Method in class dk.brics.automaton.Automaton
-
- Token - package Token
-
- Token - Class in Token
-
- Token() - Constructor for class Token.Token
-
- toMatchResult() - Method in class dk.brics.automaton.AutomatonMatcher
-
Returns the current state of this AutomatonMatcher
as a
MatchResult
.
- toString() - Method in class Automata.NumberSystem
-
- toString() - Method in class dk.brics.automaton.Automaton
-
Returns a string representation of this automaton.
- toString() - Method in class dk.brics.automaton.RegExp
-
Constructs string from parsed regular expression.
- toString() - Method in class dk.brics.automaton.RunAutomaton
-
Returns a string representation of this automaton.
- toString() - Method in class dk.brics.automaton.State
-
Returns string describing this state.
- toString() - Method in class dk.brics.automaton.Transition
-
Returns a string describing this state.
- toString() - Method in class Main.Computer
-
- toString() - Method in class Main.Expression
-
- toString() - Method in class Main.Predicate
-
- toString() - Method in enum Main.Type
-
- toString() - Method in class Token.AlphabetLetter
-
- toString() - Method in class Token.ArithmeticOperator
-
- toString() - Method in class Token.Function
-
- toString() - Method in class Token.NumberLiteral
-
- toString() - Method in class Token.Operator
-
- toString() - Method in class Token.RelationalOperator
-
- toString() - Method in class Token.Variable
-
- toString() - Method in class Token.Word
-
- toTuple(List<T>) - Static method in class Main.UtilityMethods
-
For example when L = [1,2,3] then the result is the string "(1,2,3)"
- Transition - Class in dk.brics.automaton
-
Automaton transition.
- Transition(char, State) - Constructor for class dk.brics.automaton.Transition
-
Constructs a new singleton interval transition.
- Transition(char, char, State) - Constructor for class dk.brics.automaton.Transition
-
Constructs a new transition.
- trim(String, char) - Method in class dk.brics.automaton.Automaton
-
- trim(Automaton, String, char) - Static method in class dk.brics.automaton.SpecialOperations
-
Returns an automaton that accepts the trimmed language of the given
automaton.
- Type - Enum in Main
-