tecgraf.javautils.jexpression.parser.model
Class Exp

java.lang.Object
  extended by tecgraf.javautils.jexpression.parser.model.Exp
Direct Known Subclasses:
BinaryOp, DoubleValue, Field, FunctionCall, Group, Index, Question, UnaryOp, Var

public abstract class Exp
extends Object

Classe base dos nós que representam a árvore sintática das expressões.

Author:
Tecgraf

Constructor Summary
Exp()
           
 
Method Summary
abstract  String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Exp

public Exp()
Method Detail

toString

public abstract String toString()

Overrides:
toString in class Object


Copyright © 2007–2014 Tecgraf/PUC-Rio. All rights reserved.