modesteditor.core.antlrparser
Class Symbol

java.lang.Object
  extended by modesteditor.core.antlrparser.Symbol

public class Symbol
extends java.lang.Object

Author:
Christophe Boutter

Constructor Summary
Symbol(java.lang.String name, java.lang.String type)
           
 
Method Summary
 int getColumn()
           
 int getLine()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 void setColumn(int column)
           
 void setLine(int line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Symbol

public Symbol(java.lang.String name,
              java.lang.String type)
Method Detail

getName

public java.lang.String getName()

getType

public java.lang.String getType()

getColumn

public int getColumn()
Returns:
the column

setColumn

public void setColumn(int column)
Parameters:
column - the column to set

getLine

public int getLine()
Returns:
the line

setLine

public void setLine(int line)
Parameters:
line - the line to set