- newLine() - Static method in class Main.UtilityMethods
-
- newLineString - Static variable in class Main.UtilityMethods
-
- newMatcher(CharSequence) - Method in class dk.brics.automaton.RunAutomaton
-
Creates a new automaton matcher for the given input.
- newMatcher(CharSequence, int, int) - Method in class dk.brics.automaton.RunAutomaton
-
Creates a new automaton matcher for the given input.
- NONE - Static variable in class dk.brics.automaton.RegExp
-
Syntax flag, enables no optional regexp syntax.
- not() - Method in class Automata.Automaton
-
- NS - Variable in class Automata.Automaton
-
Types of the inputs to this automaton.
- NumberLiteral - Class in Token
-
- NumberLiteral(int, int, NumberSystem) - Constructor for class Token.NumberLiteral
-
- NumberSystem - Class in Automata
-
The class NumberSystem represents a number system.
A number system consists of the following four:
- a rule to represent non-negative numbers, and hence an alphabet
- a rule for addition
- a rule for comparison, and by comparison we mean equality and less than testing.
- a flag that determines whether numbers are represented in most significant digit order or least significant digit.
For example msd_3 is a number system.
- NumberSystem(String) - Constructor for class Automata.NumberSystem
-