//Artefact:JavaClass/com/sphenon/basics/expression/parsed/Expression
Synopsis
public interface Expression
//Artefact:Method/com/sphenon/basics/expression/parsed/Expression/getValue
Synopsis
public java.lang.Object getValue (CallContext context, Scope scope)
//Artefact:Method/com/sphenon/basics/expression/parsed/Expression/isTrue
Synopsis
public java.lang.Boolean isTrue (CallContext context, Scope scope)
//Artefact:Method/com/sphenon/basics/expression/parsed/Expression/setLHS
Synopsis
public void setLHS (CallContext context)
//Artefact:Method/com/sphenon/basics/expression/parsed/Expression/setRHS
Synopsis
public void setRHS (CallContext context)
//Artefact:Method/com/sphenon/basics/expression/parsed/Expression/create
Synopsis
public static com.sphenon.basics.expression.parsed.Expression create (CallContext context, String expression)

