public class Token extends Object implements CharSequence
| Constructor and Description |
|---|
Token(Tokenizer.Type type,
CharSequence value,
short line,
short column) |
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index) |
int |
length() |
String |
source() |
CharSequence |
subSequence(int start,
int end) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchars, codePointspublic Token(Tokenizer.Type type, CharSequence value, short line, short column)
public String toString()
toString in interface CharSequencetoString in class Objectpublic char charAt(int index)
charAt in interface CharSequencepublic int length()
length in interface CharSequencepublic CharSequence subSequence(int start, int end)
subSequence in interface CharSequencepublic String source()
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.