public class ParseCtx extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
input |
static long |
serialVersionUID |
Constructor and Description |
---|
ParseCtx(String input) |
ParseCtx(String input,
int line,
int pos,
int off,
int len)
Create Parse Context.
|
public static final long serialVersionUID
public String input
public ParseCtx(String input, int line, int pos, int off, int len)
Unknown locations pareameters must be set to -1.
input
- name of source file or streamline
- line numberpos
- position in the lineoff
- offest from start of the file/streamlen
- length of the fragmentpublic ParseCtx(String input)
Copyright © 2022. All rights reserved.