pt.compiler.parser.ast.expr
Class LiteralExpr

java.lang.Object
  extended by pt.compiler.parser.ast.Node
      extended by pt.compiler.parser.ast.expr.Expression
          extended by pt.compiler.parser.ast.expr.LiteralExpr
Direct Known Subclasses:
BooleanLiteralExpr, NullLiteralExpr, StringLiteralExpr

public abstract class LiteralExpr
extends Expression

Author:
Julio Vilmar Gesser

Constructor Summary
LiteralExpr(int line, int column)
           
 
Method Summary
 
Methods inherited from class pt.compiler.parser.ast.Node
accept, accept, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, setData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LiteralExpr

public LiteralExpr(int line,
                   int column)