public class CaseControlStringStream
extends org.antlr.v4.runtime.ANTLRInputStream
| Modifier and Type | Field and Description |
|---|---|
boolean |
toUpperCase |
| Constructor and Description |
|---|
CaseControlStringStream(char[] data,
int numberOfActualCharsInArray)
This is the preferred constructor as no data is actually copied.
|
CaseControlStringStream(String input)
Copy data from string to a local char array.
|
| Modifier and Type | Method and Description |
|---|---|
int |
LA(int i) |
public CaseControlStringStream(String input)
input - the inputpublic CaseControlStringStream(char[] data,
int numberOfActualCharsInArray)
data - the datanumberOfActualCharsInArray - the number of actual chars in arrayCopyright © 2021. All rights reserved.