eu.bandm.tscore.model
Class Expression

java.lang.Object
  extended by eu.bandm.tscore.model.Expression
All Implemented Interfaces:
Formattable, Cloneable
Direct Known Subclasses:
Application, Const

public class Expression
extends Object
implements Cloneable, Formattable


Field Summary
 
Fields inherited from interface eu.bandm.tools.format.Formattable
format
 
Constructor Summary
Expression()
           
 
Method Summary
 Expression doclone()
           
 Format format()
           
 Expression initFrom(Object o0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Expression

public Expression()
Method Detail

doclone

public Expression doclone()

format

public Format format()
Specified by:
format in interface Formattable

initFrom

public Expression initFrom(Object o0)