public class CaseInsensitiveInputStream extends Object implements org.antlr.v4.runtime.CharStream
| Constructor and Description |
|---|
CaseInsensitiveInputStream(org.antlr.v4.runtime.CharStream src) |
CaseInsensitiveInputStream(InputStream r)
Deprecated.
|
CaseInsensitiveInputStream(Reader r)
Deprecated.
|
CaseInsensitiveInputStream(Reader r,
Integer initialSize,
Integer readChunkSize)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
consume() |
void |
dump() |
String |
getSourceName() |
String |
getText(org.antlr.v4.runtime.misc.Interval interval) |
int |
index() |
int |
LA(int i) |
int |
mark() |
void |
release(int marker) |
void |
seek(int index) |
int |
size() |
public CaseInsensitiveInputStream(org.antlr.v4.runtime.CharStream src)
@Deprecated public CaseInsensitiveInputStream(InputStream r) throws IOException
IOException@Deprecated public CaseInsensitiveInputStream(Reader r) throws IOException
IOException@Deprecated public CaseInsensitiveInputStream(Reader r, Integer initialSize, Integer readChunkSize) throws IOException
IOExceptionpublic String getText(org.antlr.v4.runtime.misc.Interval interval)
getText in interface org.antlr.v4.runtime.CharStreampublic void consume()
consume in interface org.antlr.v4.runtime.IntStreampublic String getSourceName()
getSourceName in interface org.antlr.v4.runtime.IntStreampublic int index()
index in interface org.antlr.v4.runtime.IntStreampublic int LA(int i)
LA in interface org.antlr.v4.runtime.IntStreampublic int mark()
mark in interface org.antlr.v4.runtime.IntStreampublic void release(int marker)
release in interface org.antlr.v4.runtime.IntStreampublic void seek(int index)
seek in interface org.antlr.v4.runtime.IntStreampublic int size()
size in interface org.antlr.v4.runtime.IntStreampublic void dump()
Copyright © 2022. All rights reserved.