public class Tokenizer extends BaseTokenizer
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
inArray |
protected Token |
last |
protected Token |
pushed |
protected int |
word |
| Constructor and Description |
|---|
Tokenizer(CharSequence text) |
| Modifier and Type | Method and 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–2022 The Apache Software Foundation. All rights reserved.