mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[Xtext] Make org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser.currentNode protected see https://bugs.eclipse.org/bugs/show_bug.cgi?id=486469
This commit is contained in:
parent
1b4e4ac0fd
commit
81b14fcc17
1 changed files with 7 additions and 0 deletions
|
@ -242,6 +242,13 @@ public abstract class AbstractInternalAntlrParser extends Parser {
|
|||
return input;
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 2.10
|
||||
*/
|
||||
protected ICompositeNode getCurrentNode() {
|
||||
return currentNode;
|
||||
}
|
||||
|
||||
protected abstract IGrammarAccess getGrammarAccess();
|
||||
|
||||
protected void associateNodeWithAstElement(ICompositeNode node, EObject astElement) {
|
||||
|
|
Loading…
Reference in a new issue