Tabnine Logo
ByteBuffer
Code IndexAdd Tabnine to your IDE (free)

How to use
ByteBuffer
in
antlr

Best Java code snippets using antlr.ByteBuffer (Showing top 20 results out of 531)

origin: jenkinsci/jenkins

public CrontabLexer(InputStream in) {
  this(new ByteBuffer(in));
}
public CrontabLexer(Reader in) {
origin: jenkinsci/jenkins

public LabelExpressionLexer(InputStream in) {
  this(new ByteBuffer(in));
}
public LabelExpressionLexer(Reader in) {
origin: checkstyle/checkstyle

public GeneratedJavaLexer(InputStream in) {
  this(new ByteBuffer(in));
}
public GeneratedJavaLexer(Reader in) {
origin: hibernate/hibernate-orm

public HqlBaseLexer(InputStream in) {
  this(new ByteBuffer(in));
}
public HqlBaseLexer(Reader in) {
origin: hibernate/hibernate-orm

public SqlStatementLexer(InputStream in) {
  this(new ByteBuffer(in));
}
public SqlStatementLexer(Reader in) {
origin: hibernate/hibernate-orm

public GraphLexer(InputStream in) {
  this(new ByteBuffer(in));
}
public GraphLexer(Reader in) {
origin: hibernate/hibernate-orm

public GeneratedOrderByLexer(InputStream in) {
  this(new ByteBuffer(in));
}
public GeneratedOrderByLexer(Reader in) {
origin: apache/geode

public OQLLexer(InputStream in) {
  this(new ByteBuffer(in));
}
public OQLLexer(Reader in) {
origin: apache/cxf

public IDLLexer(InputStream in) {
  this(new ByteBuffer(in));
}
public IDLLexer(Reader in) {
origin: org.jenkins-ci.main/jenkins-core

public LabelExpressionLexer(InputStream in) {
  this(new ByteBuffer(in));
}
public LabelExpressionLexer(Reader in) {
origin: org.apache.directory.api/api-ldap-model

public AntlrSubtreeSpecificationCheckerLexer(InputStream in) {
  this(new ByteBuffer(in));
}
public AntlrSubtreeSpecificationCheckerLexer(Reader in) {
origin: org.apache.directory.shared/shared-ldap

public AntlrSchemaLexer(InputStream in) {
  this(new ByteBuffer(in));
}
public AntlrSchemaLexer(Reader in) {
origin: org.apache.directory.shared/shared-ldap

public AntlrSubtreeSpecificationCheckerLexer(InputStream in) {
  this(new ByteBuffer(in));
}
public AntlrSubtreeSpecificationCheckerLexer(Reader in) {
origin: org.apache.directory.api/api-all

public AntlrACIItemCheckerLexer(InputStream in) {
  this(new ByteBuffer(in));
}
public AntlrACIItemCheckerLexer(Reader in) {
origin: antlr/antlr3

public GroupLexer(InputStream in) {
  this(new ByteBuffer(in));
}
public GroupLexer(Reader in) {
origin: antlr/antlr3

public InterfaceLexer(InputStream in) {
  this(new ByteBuffer(in));
}
public InterfaceLexer(Reader in) {
origin: antlr/antlr3

public AngleBracketTemplateLexer(InputStream in) {
  this(new ByteBuffer(in));
}
public AngleBracketTemplateLexer(Reader in) {
origin: org.intermine/intermine-objectstore

public SqlLexer(InputStream in) {
  this(new ByteBuffer(in));
}
public SqlLexer(Reader in) {
origin: org.glassfish.external/antlr

public PreprocessorLexer(InputStream in) {
  this(new ByteBuffer(in));
}
public PreprocessorLexer(Reader in) {
origin: net.jhorstmann/i18n-gettext-tools

public PluralsLexer(InputStream in) {
  this(new ByteBuffer(in));
}
public PluralsLexer(Reader in) {
antlrByteBuffer

Most used methods

  • <init>
    Create a character buffer
  • syncConsume

Popular in Java

  • Making http post requests using okhttp
  • getSupportFragmentManager (FragmentActivity)
  • setScale (BigDecimal)
  • startActivity (Activity)
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • Callable (java.util.concurrent)
    A task that returns a result and may throw an exception. Implementors define a single method with no
  • Notification (javax.management)
  • Top PhpStorm plugins
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