|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttools.blend.expression.ParseToken
public class ParseToken
This class represents a single scanned token from an algebraic expression. It can also be a sublist of tokens like between an open and close parenthesis.
| Field Summary | |
|---|---|
CodeLine |
codeLine
The line of code where this token came from |
int |
position
The token's position within the line of code |
java.util.List<ParseToken> |
subList
If this is a SUBLIST then the list of sub tokens |
java.lang.String |
token
The text of the token itself |
ParseTokenType |
tokenType
The type of the token |
| Constructor Summary | |
|---|---|
ParseToken()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public ParseTokenType tokenType
public java.lang.String token
public java.util.List<ParseToken> subList
public CodeLine codeLine
public int position
| Constructor Detail |
|---|
public ParseToken()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||