Package ej.jsonpath.parser
Class SimpleCharStream
- java.lang.Object
-
- ej.jsonpath.parser.SimpleCharStream
-
- All Implemented Interfaces:
CharStream
public class SimpleCharStream extends Object implements CharStream
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing) adapted from the generated class.
-
-
Field Summary
Fields Modifier and Type Field Description protected int[]bufcolumnprotected char[]bufferprotected int[]buflineintbufposPosition in buffer.protected intcolumnprotected intinBufprotected ReaderinputStreamprotected intlineprotected intmaxNextCharIndprotected booleanprevCharIsCRprotected booleanprevCharIsLFprotected inttabSizeprotected booleantrackLineColumn
-
Constructor Summary
Constructors Constructor Description SimpleCharStream(InputStream dstream)Constructor.SimpleCharStream(InputStream dstream, int startline, int startcolumn)Constructor.SimpleCharStream(InputStream dstream, int startline, int startcolumn, int buffersize)Constructor.SimpleCharStream(InputStream dstream, String encoding)Constructor.SimpleCharStream(InputStream dstream, String encoding, int startline, int startcolumn)Constructor.SimpleCharStream(InputStream dstream, String encoding, int startline, int startcolumn, int buffersize)Constructor.SimpleCharStream(Reader dstream)Constructor.SimpleCharStream(Reader dstream, int startline, int startcolumn)Constructor.SimpleCharStream(Reader dstream, int startline, int startcolumn, int buffersize)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadjustBeginLineColumn(int newLine, int newCol)Method to adjust line and column numbers for the start of a token.voidbackup(int amount)Backup a number of characters.charBeginToken()Start.voidDone()Reset buffer when finished.protected voidExpandBuff(boolean wrapAround)protected voidFillBuff()intgetBeginColumn()Get token beginning column number.intgetBeginLine()Get token beginning line number.intgetEndColumn()Get token end column number.intgetEndLine()Get token end line number.StringGetImage()Get token literal value.char[]GetSuffix(int len)Get the suffix.intgetTabSize()booleangetTrackLineColumn()charreadChar()Read a character.voidReInit(InputStream dstream)Reinitialise.voidReInit(InputStream dstream, int startline, int startcolumn)Reinitialise.voidReInit(InputStream dstream, int startline, int startcolumn, int buffersize)Reinitialise.voidReInit(InputStream dstream, String encoding)Reinitialise.voidReInit(InputStream dstream, String encoding, int startline, int startcolumn)Reinitialise.voidReInit(InputStream dstream, String encoding, int startline, int startcolumn, int buffersize)Reinitialise.voidReInit(Reader dstream)Reinitialise.voidReInit(Reader dstream, int startline, int startcolumn)Reinitialise.voidReInit(Reader dstream, int startline, int startcolumn, int buffersize)Reinitialise.voidsetTabSize(int i)voidsetTrackLineColumn(boolean tlc)protected voidUpdateLineColumn(char c)
-
-
-
Field Detail
-
bufpos
public int bufpos
Position in buffer.
-
bufline
protected int[] bufline
-
bufcolumn
protected int[] bufcolumn
-
column
protected int column
-
line
protected int line
-
prevCharIsCR
protected boolean prevCharIsCR
-
prevCharIsLF
protected boolean prevCharIsLF
-
inputStream
protected Reader inputStream
-
buffer
protected char[] buffer
-
maxNextCharInd
protected int maxNextCharInd
-
inBuf
protected int inBuf
-
tabSize
protected int tabSize
-
trackLineColumn
protected boolean trackLineColumn
-
-
Constructor Detail
-
SimpleCharStream
public SimpleCharStream(Reader dstream, int startline, int startcolumn, int buffersize)
Constructor.
-
SimpleCharStream
public SimpleCharStream(Reader dstream, int startline, int startcolumn)
Constructor.
-
SimpleCharStream
public SimpleCharStream(Reader dstream)
Constructor.
-
SimpleCharStream
public SimpleCharStream(InputStream dstream, String encoding, int startline, int startcolumn, int buffersize) throws UnsupportedEncodingException
Constructor.- Throws:
UnsupportedEncodingException
-
SimpleCharStream
public SimpleCharStream(InputStream dstream, int startline, int startcolumn, int buffersize)
Constructor.
-
SimpleCharStream
public SimpleCharStream(InputStream dstream, String encoding, int startline, int startcolumn) throws UnsupportedEncodingException
Constructor.- Throws:
UnsupportedEncodingException
-
SimpleCharStream
public SimpleCharStream(InputStream dstream, int startline, int startcolumn)
Constructor.
-
SimpleCharStream
public SimpleCharStream(InputStream dstream, String encoding) throws UnsupportedEncodingException
Constructor.- Throws:
UnsupportedEncodingException
-
SimpleCharStream
public SimpleCharStream(InputStream dstream)
Constructor.
-
-
Method Detail
-
setTabSize
public void setTabSize(int i)
- Specified by:
setTabSizein interfaceCharStream
-
getTabSize
public int getTabSize()
- Specified by:
getTabSizein interfaceCharStream
-
ExpandBuff
protected void ExpandBuff(boolean wrapAround)
-
FillBuff
protected void FillBuff() throws IOException- Throws:
IOException
-
BeginToken
public char BeginToken() throws IOExceptionStart.- Specified by:
BeginTokenin interfaceCharStream- Throws:
IOException
-
UpdateLineColumn
protected void UpdateLineColumn(char c)
-
readChar
public char readChar() throws IOExceptionRead a character.- Specified by:
readCharin interfaceCharStream- Throws:
IOException
-
getEndColumn
public int getEndColumn()
Get token end column number.- Specified by:
getEndColumnin interfaceCharStream
-
getEndLine
public int getEndLine()
Get token end line number.- Specified by:
getEndLinein interfaceCharStream
-
getBeginColumn
public int getBeginColumn()
Get token beginning column number.- Specified by:
getBeginColumnin interfaceCharStream
-
getBeginLine
public int getBeginLine()
Get token beginning line number.- Specified by:
getBeginLinein interfaceCharStream
-
backup
public void backup(int amount)
Backup a number of characters.- Specified by:
backupin interfaceCharStream
-
ReInit
public void ReInit(Reader dstream, int startline, int startcolumn, int buffersize)
Reinitialise.
-
ReInit
public void ReInit(Reader dstream, int startline, int startcolumn)
Reinitialise.
-
ReInit
public void ReInit(Reader dstream)
Reinitialise.
-
ReInit
public void ReInit(InputStream dstream, String encoding, int startline, int startcolumn, int buffersize) throws UnsupportedEncodingException
Reinitialise.- Throws:
UnsupportedEncodingException
-
ReInit
public void ReInit(InputStream dstream, int startline, int startcolumn, int buffersize)
Reinitialise.
-
ReInit
public void ReInit(InputStream dstream, String encoding) throws UnsupportedEncodingException
Reinitialise.- Throws:
UnsupportedEncodingException
-
ReInit
public void ReInit(InputStream dstream)
Reinitialise.
-
ReInit
public void ReInit(InputStream dstream, String encoding, int startline, int startcolumn) throws UnsupportedEncodingException
Reinitialise.- Throws:
UnsupportedEncodingException
-
ReInit
public void ReInit(InputStream dstream, int startline, int startcolumn)
Reinitialise.
-
GetImage
public String GetImage()
Get token literal value.- Specified by:
GetImagein interfaceCharStream
-
GetSuffix
public char[] GetSuffix(int len)
Get the suffix.- Specified by:
GetSuffixin interfaceCharStream
-
Done
public void Done()
Reset buffer when finished.- Specified by:
Donein interfaceCharStream
-
adjustBeginLineColumn
public void adjustBeginLineColumn(int newLine, int newCol)Method to adjust line and column numbers for the start of a token.
-
getTrackLineColumn
public boolean getTrackLineColumn()
- Specified by:
getTrackLineColumnin interfaceCharStream
-
setTrackLineColumn
public void setTrackLineColumn(boolean tlc)
- Specified by:
setTrackLineColumnin interfaceCharStream
-
-