org.objectweb.medor.expression.lib
Class BasicExpression
java.lang.Object
org.objectweb.medor.clone.lib.BasicCloneable
org.objectweb.medor.expression.lib.BasicExpression
- java.lang.Cloneable, org.objectweb.medor.clone.api.Cloneable, Expression, Serializable
public abstract class BasicExpression
extends org.objectweb.medor.clone.lib.BasicCloneable
Is an abstract common class for expression. It contains the type and
implements the cloning
- S.Chassande-Barrioz
Object | clone(Object clone, java.util.Map obj2clone)
|
PType | getType() - It gets the result type of this expression
|
logger
protected Logger logger
BasicExpression
public BasicExpression()
BasicExpression
public BasicExpression(PType type)
clone
public Object clone(Object clone,
java.util.Map obj2clone)
throws CloneNotSupportedException
- clone in interface org.objectweb.medor.clone.api.Cloneable
getType
public PType getType()
It gets the result type of this expression
- getType in interface Expression
- a PType object