//Artefact:JavaClass/com/sphenon/basics/expression/parsed/OR
Synopsis
public OR
extends ExpressionBase
//Artefact:Constructor/com/sphenon/basics/expression/parsed/OR/OR
Synopsis
public OR (CallContext context, Expression c1, Expression c2)
//Artefact:Method/com/sphenon/basics/expression/parsed/OR/getValue
Synopsis
public java.lang.Object getValue (CallContext context, Scope scope)
//Artefact:Method/com/sphenon/basics/expression/parsed/OR/getLeftExpression
Synopsis
public com.sphenon.basics.expression.parsed.Expression getLeftExpression (CallContext context)
//Artefact:Method/com/sphenon/basics/expression/parsed/OR/getRightExpression
Synopsis
public com.sphenon.basics.expression.parsed.Expression getRightExpression (CallContext context)

