- main(String[]) - Static method in class org.stekikun.dolmen.cli.Args
-
An entry point for testing argument parsing only
- main(String[]) - Static method in class org.stekikun.dolmen.cli.Dolmen
-
Dolmen's command-line entry point
Possible command-line arguments are described in Args.Item
.
- main(String[]) - Static method in class org.stekikun.dolmen.codegen.DecisionTree
-
- main(String[]) - Static method in class org.stekikun.dolmen.common.Bookkeeper
-
- main(String[]) - Static method in class org.stekikun.dolmen.common.PList
-
- makeLexer(String, Reader) - Method in interface org.stekikun.dolmen.debug.Tokenizer.LexerInterface
-
- map(int, int) - Method in class org.stekikun.dolmen.codegen.SourceMapping
-
Tries to map the region described by offset
and length
to the original source via the
mappings known in this instance.
- Maps - Class in org.stekikun.dolmen.common
-
This class contains various utility methods
about
Map
s.
- mark(int) - Method in class org.stekikun.dolmen.codegen.LexBuffer
-
Marks the current position as the last terminal
state encountered
- markers - Variable in class org.stekikun.dolmen.tagged.TRegulars.MatchResult
-
Contains all positions in the input string
associated to the tags found when matching
- matchedLength - Variable in class org.stekikun.dolmen.syntax.Regulars.MatchResult
-
The size of the input string prefix that matched
the regular expression.
- matchedLength - Variable in class org.stekikun.dolmen.tagged.TRegulars.MatchResult
-
The size of the input string prefix that matched
the regular expression.
- matches(Regular, String, boolean) - Static method in class org.stekikun.dolmen.syntax.Regulars
-
- matches(Regular, String) - Static method in class org.stekikun.dolmen.syntax.Regulars
-
- matches(List<CSet>, TRegular, String) - Static method in class org.stekikun.dolmen.tagged.TRegulars
-
- MatchResult(Map<String, String>, int, boolean) - Constructor for class org.stekikun.dolmen.syntax.Regulars.MatchResult
-
- MatchResult(Map<TRegular.TagInfo, Integer>, int, boolean) - Constructor for class org.stekikun.dolmen.tagged.TRegulars.MatchResult
-
- maxChar - Variable in class org.stekikun.dolmen.common.CSet.Gen.Config
-
Maximum char value generated
- maxDepth - Variable in class org.stekikun.dolmen.syntax.Regular.Gen.Config
-
Maximum depth of a generated regular expression
- maxIntervals - Variable in class org.stekikun.dolmen.common.CSet.Gen.Config
-
Maximum number of character intervals generated
- maxSize - Variable in class org.stekikun.dolmen.common.CSet.Gen.Config
-
Maximum size of each generated interval
- mem - Variable in class org.stekikun.dolmen.automaton.DFA.Key
-
The set of
DFA.TEquiv
structures which abstract,
for every tag defined in the DFA state,
- memActions - Variable in class org.stekikun.dolmen.automaton.DFA.TransActions
-
The associated memory actions to perform
- memory - Variable in class org.stekikun.dolmen.codegen.LexBuffer
-
Memory cells
- memSize - Variable in class org.stekikun.dolmen.automaton.Automata.Entry
-
The number of memory cells required
- memTags - Variable in class org.stekikun.dolmen.tagged.TLexerEntry
-
The number of tags in the encoded entry
- minChar - Variable in class org.stekikun.dolmen.common.CSet.Gen.Config
-
Minimum char value generated
- mkFlag(boolean) - Static method in class org.stekikun.dolmen.cli.Args.Value
-
- mkNumeric(int) - Static method in class org.stekikun.dolmen.cli.Args.Value
-
- mkString(String) - Static method in class org.stekikun.dolmen.cli.Args.Value
-