Tabnine Logo
org.antlr.v4.runtime
Code IndexAdd Tabnine to your IDE (free)

How to use org.antlr.v4.runtime

Best Java code snippets using org.antlr.v4.runtime (Showing top 20 results out of 2,259)

origin: prestodb/presto

  public void copyFrom(PredicateContext ctx) {
    super.copyFrom(ctx);
    this.value = ctx.value;
  }
}
origin: prestodb/presto

@Override
public int index()
{
  return stream.index();
}
origin: prestodb/presto

  @Override
  public Token recoverInline(Parser recognizer)
      throws RecognitionException
  {
    if (nextTokensContext == null) {
      throw new InputMismatchException(recognizer);
    }
    else {
      throw new InputMismatchException(recognizer, nextTokensState, nextTokensContext);
    }
  }
});
origin: prestodb/presto

  private static ParsingException parseError(String message, ParserRuleContext context)
  {
    return new ParsingException(message, null, context.getStart().getLine(), context.getStart().getCharPositionInLine());
  }
}
origin: prestodb/presto

@Override
public String getText(Interval interval)
{
  return stream.getText(interval);
}
origin: prestodb/presto

@Override
public void seek(int index)
{
  stream.seek(index);
}
origin: prestodb/presto

@Override
public int size()
{
  return stream.size();
}
origin: prestodb/presto

@Override
public void consume()
{
  stream.consume();
}
origin: prestodb/presto

  @Override
  public String getSourceName()
  {
    return stream.getSourceName();
  }
}
origin: prestodb/presto

@Override
public int mark()
{
  return stream.mark();
}
origin: prestodb/presto

@Override
public void release(int marker)
{
  stream.release(marker);
}
origin: prestodb/presto

  public void copyFrom(PrimaryExpressionContext ctx) {
    super.copyFrom(ctx);
  }
}
origin: prestodb/presto

  public void copyFrom(TimeZoneSpecifierContext ctx) {
    super.copyFrom(ctx);
  }
}
origin: prestodb/presto

  public void copyFrom(LevelOfIsolationContext ctx) {
    super.copyFrom(ctx);
  }
}
origin: prestodb/presto

  public void copyFrom(StatementContext ctx) {
    super.copyFrom(ctx);
  }
}
origin: prestodb/presto

  public void copyFrom(GroupingElementContext ctx) {
    super.copyFrom(ctx);
  }
}
origin: prestodb/presto

  public void copyFrom(RelationContext ctx) {
    super.copyFrom(ctx);
  }
}
origin: prestodb/presto

  public void copyFrom(RelationPrimaryContext ctx) {
    super.copyFrom(ctx);
  }
}
origin: prestodb/presto

  public void copyFrom(ExplainOptionContext ctx) {
    super.copyFrom(ctx);
  }
}
origin: prestodb/presto

  public void copyFrom(CallArgumentContext ctx) {
    super.copyFrom(ctx);
  }
}
org.antlr.v4.runtime

Most used classes

  • CommonTokenStream
    This class extends BufferedTokenStream with functionality to filter token streams to tokens on a par
  • ParserATNSimulator
    The embodiment of the adaptive LL(*), ALL(*), parsing strategy. The basic complexity of the adaptive
  • TokenStream
    An IntStream whose symbols are Token instances.
  • LexerATNSimulator
    "dup" of ParserInterpreter
  • ANTLRErrorStrategy
    The interface for defining strategies to deal with syntax errors encountered during a parse by ANTLR
  • Token,
  • ANTLRInputStream,
  • TerminalNode,
  • ParserRuleContext,
  • FailedPredicateException,
  • ParseTreeVisitor,
  • ParseTree,
  • ParseTreeWalker,
  • CharStreams,
  • CharStream,
  • NotNull,
  • Parser,
  • RecognitionException,
  • CommonToken
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now