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

public class ProblemTokenSource extends ProblemTokenSource
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 Details

    • ProblemTokenSource

      public ProblemTokenSource(org.antlr.runtime.TokenSource delegate)