org.prorefactor.treeparser
Class Expression

java.lang.Object
  extended by org.prorefactor.treeparser.SemanticRecord
      extended by org.prorefactor.treeparser.Expression

public class Expression
extends SemanticRecord

Author:
pcd

Field Summary
 
Fields inherited from class org.prorefactor.treeparser.SemanticRecord
node
 
Constructor Summary
Expression(JPNode node)
           
 
Method Summary
 java.lang.Object getValue()
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class org.prorefactor.treeparser.SemanticRecord
getColumn, getFilename, getLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Expression

public Expression(JPNode node)
Parameters:
node -
Method Detail

setValue

public void setValue(java.lang.Object value)
Parameters:
value -

getValue

public java.lang.Object getValue()
Returns:
Returns the value.


Copyright © 2008 Joanju Software. All Rights Reserved.