edu.isi.powerloom.gui.parser
Class Yytoken
java.lang.Object
|
+--edu.isi.powerloom.gui.parser.Yytoken
- public class Yytoken
- extends java.lang.Object
Class representing a scanned token.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_type
public java.lang.String m_type
m_text
public java.lang.String m_text
m_line
public int m_line
m_charBegin
public int m_charBegin
m_charEnd
public int m_charEnd
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getText
public java.lang.String getText()
getName
public java.lang.String getName()
getModule
public java.lang.String getModule()
getType
public java.lang.String getType()
getCharBegin
public int getCharBegin()
getCharEnd
public int getCharEnd()
getLine
public int getLine()
Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.