org.apache.qpid.messaging.util
Class Token

java.lang.Object
  extended by org.apache.qpid.messaging.util.Token

public class Token
extends Object

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(Token.Type type,
      String value,
      String input,
      int position)
Method Detail

getType

public Token.Type getType()

getValue

public String getValue()

getPosition

public int getPosition()

getLineInfo

public LineInfo getLineInfo()

toString

public String toString()
Overrides:
toString in class Object


Licensed to the Apache Software Foundation