public class Tokenizer extends BaseTokenizer
| Modifier and Type | Field | Description |
|---|---|---|
protected boolean |
inArray |
|
protected Token |
last |
|
protected Token |
pushed |
|
protected int |
word |
| Constructor | Description |
|---|---|
Tokenizer(CharSequence text) |
| Modifier and Type | Method | Description |
|---|---|---|
Token |
next() |
|
void |
push(Token token) |
|
Token |
readHereDoc(boolean ignoreLeadingTabs) |
|
Token |
text() |
protected boolean inArray
protected int word
protected Token pushed
protected Token last
public Tokenizer(CharSequence text)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.