| Package | Description |
|---|---|
| org.dmd.util.parsing |
| Modifier and Type | Method and Description |
|---|---|
Token |
Dictionary.find(String v)
Attempts to find the specified string in the dictionary.
|
Token |
TokenArrayList.nth(int i)
Returns the nth Token in the array - this is a convenience function that
casts the result of the get() call to ArrayList superclass.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Token> |
ClassifierNew.classify(String s,
boolean returnSeps)
The classify function breaks down the specified string into tokens and
passes back an array of classified tokens.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TokenArrayList.add(int index,
Token element)
Inserts the specified Token at the specified position in this list.
|
boolean |
TokenArrayList.add(Token element)
Appends the specified Token to the end of this list.
|
boolean |
Dictionary.add(Token t)
Adds the specified token to the dictionary.
|
| Constructor and Description |
|---|
Token(Token t)
Creates a new token that's a copy of the supplied token.
|
Copyright © 2023. All rights reserved.