Class parsing.YYtoken
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class parsing.YYtoken

java.lang.Object
   |
   +----parsing.YYtoken

public class YYtoken
extends Object

Variable Index

 o loc
 o text
 o tokentype

Constructor Index

 o YYtoken()
 o YYtoken(Integer)
 o YYtoken(Integer, int, int, int)
 o YYtoken(Integer, String)
 o YYtoken(Integer, StringBuffer)
 o YYtoken(YYtoken)

Method Index

 o charno()
 o charno0()
 o chars(Char_Vector)
 o clear()
 o length()
 o lineno()
 o location()
 o setlocation(int, int, int)
 o setlocation(YYlocation)
 o settext(char[])
 o settext(String)
 o settext(StringBuffer)
 o settext(YYlexbuffer)
 o settokentype(Integer)
 o text()
 o tokentype()
 o toString()

Variables

 o tokentype
  public Integer tokentype
 o loc
  public YYlocation loc
 o text
  public StringBuffer text

Constructors

 o YYtoken
  public YYtoken()
 o YYtoken
  public YYtoken(Integer ttype,
                 String s)
 o YYtoken
  public YYtoken(Integer ttype,
                 StringBuffer s)
 o YYtoken
  public YYtoken(Integer ttype,
                 int cn0,
                 int ln,
                 int cn)
 o YYtoken
  public YYtoken(YYtoken t)
 o YYtoken
  public YYtoken(Integer ttype)

Methods

 o toString
  public String toString()
Overrides:
toString in class Object
 o clear
  public void clear()
 o length
  public int length()
 o text
  public StringBuffer text()
 o chars
  public void chars(Char_Vector v)
 o tokentype
  public Integer tokentype()
 o location
  public YYlocation location()
 o settokentype
  public void settokentype(Integer k)
 o settext
  public void settext(YYlexbuffer x)
 o settext
  public void settext(String x)
 o settext
  public void settext(StringBuffer x)
 o settext
  public void settext(char x[])
 o setlocation
  public void setlocation(int l,
                          int c0,
                          int c)
 o setlocation
  public void setlocation(YYlocation l)
 o lineno
  public int lineno()
 o charno0
  public int charno0()
 o charno
  public int charno()

All Packages  Class Hierarchy  This Package  Previous  Next  Index