|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.messaging.util.Token
public class Token
Token
Nested Class Summary | |
---|---|
static class |
Token.Type
|
Constructor Summary | |
---|---|
Token(Token.Type type,
String value,
String input,
int position)
|
Method Summary | |
---|---|
LineInfo |
getLineInfo()
|
int |
getPosition()
|
Token.Type |
getType()
|
String |
getValue()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
Token(Token.Type type, String value, String input, int position)
Method Detail |
---|
public Token.Type getType()
public String getValue()
public int getPosition()
public LineInfo getLineInfo()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |