jellyj.util
Class NotConstant

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jellyj.util.NotConstant

public class NotConstant
extends Exception


Field Summary
 (package private) ExpressionNodenode_d
           

Constructor Summary
NotConstant(ExpressionNode node)
           

Method Summary
 StringtoString()
           

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Field Detail

node_d

ExpressionNode node_d
Constructor Detail

NotConstant

public NotConstant(ExpressionNode node)
Method Detail

toString

public String toString()

Association Links

to Class jellyj.syntaxtree.ExpressionNode