soot.jimple.parser.node
Class Token

java.lang.Object
  extended by soot.jimple.parser.node.Node
      extended by soot.jimple.parser.node.Token
All Implemented Interfaces:
Cloneable, Switchable
Direct Known Subclasses:
EOF, TAbstract, TAnd, TAnnotation, TAtIdentifier, TBoolConstant, TBoolean, TBreakpoint, TByte, TCase, TCatch, TChar, TClass, TCls, TCmp, TCmpeq, TCmpg, TCmpge, TCmpgt, TCmpl, TCmple, TCmplt, TCmpne, TColon, TColonEquals, TComma, TDefault, TDiv, TDot, TDouble, TDynamicinvoke, TEntermonitor, TEnum, TEquals, TExitmonitor, TExtends, TFinal, TFloat, TFloatConstant, TFrom, TFullIdentifier, TGoto, TIdentifier, TIf, TIgnored, TImplements, TInstanceof, TInt, TIntegerConstant, TInterface, TInterfaceinvoke, TLBrace, TLBracket, TLengthof, TLong, TLookupswitch, TLParen, TMinus, TMod, TMult, TNative, TNeg, TNew, TNewarray, TNewmultiarray, TNop, TNull, TNullType, TOr, TPlus, TPrivate, TProtected, TPublic, TQuote, TQuotedName, TRBrace, TRBracket, TRet, TReturn, TRParen, TSemicolon, TShl, TShort, TShr, TSpecialinvoke, TStatic, TStaticinvoke, TStrictfp, TStringConstant, TSynchronized, TTableswitch, TThrow, TThrows, TTo, TTransient, TUnknown, TUshr, TVirtualinvoke, TVoid, TVolatile, TWith, TXor

public abstract class Token
extends Node


Constructor Summary
Token()
           
 
Method Summary
 int getLine()
           
 int getPos()
           
 String getText()
           
 void setLine(int line)
           
 void setPos(int pos)
           
 void setText(String text)
           
 String toString()
           
 
Methods inherited from class soot.jimple.parser.node.Node
clone, cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface soot.jimple.parser.node.Switchable
apply
 

Constructor Detail

Token

public Token()
Method Detail

getText

public String getText()

setText

public void setText(String text)

getLine

public int getLine()

setLine

public void setLine(int line)

getPos

public int getPos()

setPos

public void setPos(int pos)

toString

public String toString()
Overrides:
toString in class Object