public class CodeString
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
end
Word end position
|
boolean |
isInstruction
Indicate if word is a JAVA keyword (instruction)
|
boolean |
isType
Indicate if word is a JAVA native Type
|
int |
start
Word start position
|
java.lang.String |
value
Word value
|
| Constructor and Description |
|---|
CodeString(int start)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public java.lang.String value
public int start
public int end
public boolean isInstruction
public boolean isType