public class JavaScanner
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
COMMENT |
static int |
EOF |
static int |
JAVADOC |
static int |
KEYWORD |
static int |
NORMAL_TEXT |
static int |
QUOTE |
Constructor and Description |
---|
JavaScanner(java.text.CharacterIterator iterator) |
Modifier and Type | Method and Description |
---|---|
int |
getEndPosition() |
int |
getKind() |
int |
getLength() |
int |
getStartPosition() |
int |
next() |
public static final int NORMAL_TEXT
public static final int COMMENT
public static final int JAVADOC
public static final int KEYWORD
public static final int QUOTE
public static final int EOF
SpotBugs is licensed under the LGPL.