public class MDXValuesHighlight.JavaScanner extends Object
Modifier and Type | Field and Description |
---|---|
protected StringBuilder |
fBuffer |
protected String |
fDoc |
protected int |
fEnd |
protected boolean |
fEofSeen |
protected Map<?,?> |
fgFunctions |
protected Map<String,Integer> |
fgKeys |
protected int |
fPos |
protected int |
fStartToken |
protected Map<?,?> |
kfFunctions |
protected Map<String,Integer> |
kfKeys |
Constructor and Description |
---|
JavaScanner() |
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Returns the ending location of the current token in the document.
|
int |
getStartOffset()
Returns the starting location of the current token in the document.
|
int |
nextToken()
Returns the next lexical token in the document.
|
protected int |
read()
Returns next character.
|
void |
setRange(String text) |
void |
setSQLKeywords(String[] kfKeywords) |
protected void |
unread(int c) |
protected Map<?,?> fgFunctions
protected Map<?,?> kfFunctions
protected StringBuilder fBuffer
protected String fDoc
protected int fPos
protected int fEnd
protected int fStartToken
protected boolean fEofSeen
public final int getLength()
public void setSQLKeywords(String[] kfKeywords)
public final int getStartOffset()
public int nextToken()
protected int read()
public void setRange(String text)
protected void unread(int c)
Copyright © 2019 Hitachi Vantara. All rights reserved.