|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjack.plugin.edit.JavaScanner
A simple scanner for Java and JML
Constructor Summary | |
JavaScanner()
|
Method Summary | |
java.lang.String[] |
getFgKeywords()
|
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. |
void |
setRange(java.lang.String text)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JavaScanner()
Method Detail |
public java.lang.String[] getFgKeywords()
public final int getLength()
public final int getStartOffset()
public int nextToken()
public void setRange(java.lang.String text)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |