//Artefact:JavaClass/com/sphenon/basics/expression/parsed/REMatch

Synopsis

public REMatch extends ExpressionBase

//Artefact:Constructor/com/sphenon/basics/expression/parsed/REMatch/REMatch

Synopsis

public REMatch (CallContext context, Expression c1, Expression c2)

//Artefact:Constructor/com/sphenon/basics/expression/parsed/REMatch/REMatch

Synopsis

public REMatch (CallContext context, Expression c1, Expression c2, int lower_limit, int upper_limit)

//Artefact:Method/com/sphenon/basics/expression/parsed/REMatch/getValue

Synopsis

public java.lang.Object getValue (CallContext context, Scope scope)

//Artefact:Method/com/sphenon/basics/expression/parsed/REMatch/getLeftExpression

Synopsis

public com.sphenon.basics.expression.parsed.Expression getLeftExpression (CallContext context)

//Artefact:Method/com/sphenon/basics/expression/parsed/REMatch/getRightExpression

Synopsis

public com.sphenon.basics.expression.parsed.Expression getRightExpression (CallContext context)