Package | Description |
---|---|
Automata | |
Main | |
Token |
Modifier and Type | Field and Description |
---|---|
java.util.List<NumberSystem> |
Automaton.NS
Types of the inputs to this automaton.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ParseMethods.parseAlphabetDeclaration(java.lang.String s,
java.util.List<java.util.List<java.lang.Integer>> A,
java.util.List<NumberSystem> bases) |
Constructor and Description |
---|
Automaton(java.lang.String regularExpression,
java.util.List<java.lang.Integer> alphabet,
NumberSystem numSys) |
Modifier and Type | Field and Description |
---|---|
NumberSystem |
Expression.base |
Modifier and Type | Method and Description |
---|---|
static java.util.HashMap<java.lang.String,NumberSystem> |
Predicate.get_number_system_Hash() |
Constructor and Description |
---|
Expression(java.lang.String expressionInString,
int value,
NumberSystem base) |
Constructor and Description |
---|
ArithmeticOperator(int position,
java.lang.String op,
NumberSystem number_system) |
NumberLiteral(int position,
int value,
NumberSystem base) |
RelationalOperator(int position,
java.lang.String type,
NumberSystem number_system) |