Package | Description |
---|---|
com.massa.dsl.grammar | |
com.massa.dsl.lexer | |
com.massa.dsl.matcher | |
com.massa.mrules.extensions.dsl.factory |
Modifier and Type | Method and Description |
---|---|
ParsingContext |
ParsingContext.popMatcher()
Removes the matcher at the top of the stack of the matching process
|
ParsingContext |
ParsingContext.pushMatcher(Matcher matcher)
Pushes a matcher at the top of the stack of the matching process
|
Modifier and Type | Method and Description |
---|---|
void |
AdditionalGrammarValidator.validate(ParsingContext ctx,
Object o)
Performs validation.
|
MatchResult |
AdditionalValidator.validate(ParsingContext ctx,
T o)
Performs validation
|
Modifier and Type | Method and Description |
---|---|
ParsingContext |
AbstractLexerParser.getParsingContext() |
ParsingContext |
LexerParser.getParsingContext() |
Modifier and Type | Method and Description |
---|---|
ParsingContext |
AbstractMatcher.getParsingContext() |
ParsingContext |
AbstractMatcherWrapper.getParsingContext() |
ParsingContext |
Matcher.getParsingContext() |
Modifier and Type | Method and Description |
---|---|
(package private) List<AutoComplete> |
ImportAutoCompleteGenerator.generate(ParsingContext parsingContext,
String alreadyTyped,
int startMarkToUse) |
(package private) boolean |
ImportAutoCompleteGenerator.generateClasses(ParsingContext parsingContext,
ArrayList<AutoComplete> results,
String alreadyTyped) |
(package private) boolean |
ImportAutoCompleteGenerator.generatePackages(ParsingContext parsingContext,
ArrayList<AutoComplete> results,
String alreadyTyped) |
void |
RulesetValidator.validate(ParsingContext ctx,
Object o) |