public class ParserInput
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static int | 
CR  | 
static int | 
LF  | 
static int | 
LINE_SEPARATOR  | 
static int | 
NEL  | 
| Constructor and Description | 
|---|
ParserInput(ParserOptions options)  | 
ParserInput(ParserOptions options,
           boolean usesRegex)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
from(java.util.Iterator<Token> input)  | 
void | 
from(java.lang.String input)  | 
void | 
from(Token[] input)  | 
java.lang.String | 
string()  | 
Token[] | 
tokens()  | 
public static final int CR
public static final int LF
public static final int NEL
public static final int LINE_SEPARATOR
public ParserInput(ParserOptions options)
public ParserInput(ParserOptions options, boolean usesRegex)