//Artefact:JavaClass/com/sphenon/basics/expression/parsed/Not
Synopsis
public Not
extends ExpressionBase
//Artefact:Constructor/com/sphenon/basics/expression/parsed/Not/Not
Synopsis
public Not (CallContext context, Expression c1)
//Artefact:Constructor/com/sphenon/basics/expression/parsed/Not/Not
Synopsis
public Not (CallContext context, Expression c1, int lower_limit, int upper_limit)
//Artefact:Method/com/sphenon/basics/expression/parsed/Not/getValue
Synopsis
public java.lang.Object getValue (CallContext context, Scope scope)
//Artefact:Method/com/sphenon/basics/expression/parsed/Not/getExpression
Synopsis
public com.sphenon.basics.expression.parsed.Expression getExpression (CallContext context)

