Package org.apache.felix.gogo.runtime
Class BaseTokenizer
java.lang.Object
org.apache.felix.gogo.runtime.BaseTokenizer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
eot()
protected char
escape()
protected void
find
(char target, char deeper) protected char
getch()
protected char
getch
(boolean peek) protected boolean
isBlank
(char ch) protected char
peek()
protected void
protected void
protected void
skipSpace
(boolean skipNewLines) text()
-
Field Details
-
EOT
protected static final char EOT- See Also:
-
text
-
line
protected short line -
column
protected short column -
ch
protected char ch -
index
protected int index
-
-
Constructor Details
-
BaseTokenizer
-
-
Method Details
-
text
-
find
protected void find(char target, char deeper) -
escape
protected char escape() -
skipQuote
protected void skipQuote() -
skipSpace
protected void skipSpace() -
skipSpace
protected void skipSpace(boolean skipNewLines) -
isBlank
protected boolean isBlank(char ch) -
eot
protected boolean eot() -
getch
protected char getch() -
peek
protected char peek() -
getch
protected char getch(boolean peek)
-