Class ProblemTokenSource
java.lang.Object
tools.refinery.language.parser.antlr.ProblemTokenSource
tools.refinery.language.ide.contentassist.antlr.ProblemTokenSource
- All Implemented Interfaces:
org.antlr.runtime.TokenSource
Duplicates the logic from
ProblemTokenSource
to satisfy the Xtext
generator.
Naming this class ProblemTokenSource
is required by Xtext, so we have to silence the naming warning.
-
Constructor Summary
-
Method Summary
Methods inherited from class tools.refinery.language.parser.antlr.ProblemTokenSource
getSourceName, isIdentifier, isPlusOrTransitiveClosure, isQualifiedNameSeparator, isRecursive, isVisibleToken, nextToken, peekForTransitiveClosure, peekToken, peekWithSkipWhitespace, setIdentifierTokenProvider, setRecursive
-
Constructor Details
-
ProblemTokenSource
public ProblemTokenSource(org.antlr.runtime.TokenSource delegate)
-