public class UpperCaseCharStream extends Object implements org.antlr.v4.runtime.CharStream
| Constructor and Description |
|---|
UpperCaseCharStream(org.antlr.v4.runtime.CharStream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
consume() |
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 UpperCaseCharStream(org.antlr.v4.runtime.CharStream stream)
public 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 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 int index()
index 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 String getSourceName()
getSourceName in interface org.antlr.v4.runtime.IntStreamCopyright © 2021 The Apache Software Foundation. All rights reserved.