Uses of Class
com.wewebu.expression.language.OwExprEvaluationException

Packages that use OwExprEvaluationException
com.wewebu.expression.language   
 

Uses of OwExprEvaluationException in com.wewebu.expression.language
 

Methods in com.wewebu.expression.language that throw OwExprEvaluationException
 OwExprValue OwExprValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprBooleanValue v1_p)
          Stage 2 binary operator visitor acceptance method
 OwExprValue OwExprStringValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprBooleanValue v1_p)
           
 OwExprValue OwExprNullValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprBooleanValue v1_p)
           
 OwExprValue OwExprBooleanValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprBooleanValue v1_p)
           
 OwExprValue OwExprValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprDateValue v1_p)
          Stage 2 binary operator visitor acceptance method
 OwExprValue OwExprTimeValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprDateValue v1_p)
           
 OwExprValue OwExprStringValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprDateValue v1_p)
           
 OwExprValue OwExprNullValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprDateValue v1_p)
           
 OwExprValue OwExprDateValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprDateValue v1_p)
           
 OwExprValue OwExprValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprNumericValue v1_p)
          Stage 2 binary operator visitor acceptance method
 OwExprValue OwExprStringValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprNumericValue v1_p)
           
 OwExprValue OwExprNumericValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprNumericValue v1_p)
           
 OwExprValue OwExprNullValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprNumericValue v1_p)
           
 OwExprValue OwExprValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprScopeValue v1_p)
          Stage 2 binary operator visitor acceptance method
 OwExprValue OwExprScopeValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprScopeValue v1_p)
           
 OwExprValue OwExprNullValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprScopeValue v1_p)
           
 OwExprValue OwExprValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprStringValue v1_p)
          Stage 2 binary operator visitor acceptance method
 OwExprValue OwExprTimeValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprStringValue v1_p)
           
 OwExprValue OwExprStringValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprStringValue v1_p)
           
 OwExprValue OwExprNumericValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprStringValue v1_p)
           
 OwExprValue OwExprNullValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprStringValue v1_p)
           
 OwExprValue OwExprDateValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprStringValue v1_p)
           
 OwExprValue OwExprBooleanValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprStringValue v1_p)
           
 OwExprValue OwExprValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprTimeValue v1_p)
          Stage 2 binary operator visitor acceptance method
 OwExprValue OwExprTimeValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprTimeValue v1_p)
           
 OwExprValue OwExprStringValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprTimeValue v1_p)
           
 OwExprValue OwExprNullValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprTimeValue v1_p)
           
 OwExprValue OwExprDateValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprTimeValue v1_p)
           
 OwExprValue OwExprValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprValue v2_p)
          Stage 1 binary operator visitor acceptance method
 OwExprValue OwExprTimeValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprValue v2_p)
           
 OwExprValue OwExprStringValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprValue v2_p)
           
 OwExprValue OwExprScopeValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprValue v2_p)
           
 OwExprValue OwExprNumericValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprValue v2_p)
           
 OwExprValue OwExprNullValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprValue v2_p)
           
 OwExprValue OwExprDateValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprValue v2_p)
           
 OwExprValue OwExprBooleanValue.accept(OwExprBinaryOperator binaryOperator_p, OwExprValue v2_p)
           
 OwExprValue OwExprValue.accept(OwExprUnaryOperator unaryOperator_p)
          Unary operator visitor acceptance method
 OwExprValue OwExprNumericValue.accept(OwExprUnaryOperator unaryOperator_p)
           
 OwExprValue OwExprBooleanValue.accept(OwExprUnaryOperator unaryOperator_p)
           
 OwExprProperty OwExprValue.at(int index_p)
          Indexed scope access method
 OwExprProperty OwExprStaticArray.at(int index_p)
           
 OwExprProperty OwExprScopeValue.at(int index_p)
          Indexed access delegate.
Delegates to OwExprScopeValue.m_scope.
 OwExprProperty OwExprScopedProperty.at(int index_p)
           
 OwExprProperty OwExprScope.at(int index_p)
          Indexed scope access method
 OwExprProperty OwExprReflectiveScope.at(int index_p)
          Indexed scope access method form an array POJO.
 OwExprProperty OwExprReflectiveProperty.at(int index_p)
           
 OwExprProperty OwExprExternalScope.at(int index_p)
           
protected  OwExprValue OwExprBinaryOperator.binaryEvaluation(OwExprScope scope_p, OwExprValue v1_p, OwExprValue v2_p)
          Binary evaluation method to be called at evaluation time.
 OwExprValue OwExprExpression.evaluate()
          A no external scopes evaluation routine.
 OwExprValue OwExprUnaryOperator.evaluate(OwExprBooleanValue booleanValue_p)
          Evaluation by visiting with concrete single operand type.
 OwExprValue OwExprUnaryNegateOperator.evaluate(OwExprBooleanValue booleanValue_p)
           
 OwExprValue OwExprXorOperator.evaluate(OwExprBooleanValue v1_p, OwExprBooleanValue v2_p)
          Evaluates boolean values using java's ^ operator
 OwExprValue OwExprOrOperator.evaluate(OwExprBooleanValue v1_p, OwExprBooleanValue v2_p)
          Evaluates boolean values using java's || operator
 OwExprValue OwExprEqualityOperator.evaluate(OwExprBooleanValue v1_p, OwExprBooleanValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprBooleanValue v1_p, OwExprBooleanValue v2_p)
          BOOLEAN operator BOOLEAN operation evaluation
 OwExprValue OwExprAndOperator.evaluate(OwExprBooleanValue v1_p, OwExprBooleanValue v2_p)
          Evaluates boolean values using java's && operator
 OwExprValue OwExprEqualityOperator.evaluate(OwExprBooleanValue v1_p, OwExprNullValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprBooleanValue v1_p, OwExprNullValue v2_p)
          BOOLEAN operator NULL operation evaluation
 OwExprValue OwExprPlusOperator.evaluate(OwExprBooleanValue v1_p, OwExprStringValue v2_p)
           
 OwExprValue OwExprEqualityOperator.evaluate(OwExprBooleanValue v1_p, OwExprStringValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprBooleanValue v1_p, OwExprStringValue v2_p)
          BOOLEAN operator STRING operation evaluation
 OwExprValue OwExprBinaryOperator.evaluate(OwExprBooleanValue v1_p, OwExprValue v2_p)
          Stage 2 evaluation by visiting entry point with concrete left operand type.
 OwExprValue OwExprMinusOperator.evaluate(OwExprDateValue v1_p, OwExprDateValue v2_p)
           
 OwExprValue OwExprLessOperator.evaluate(OwExprDateValue v1_p, OwExprDateValue v2_p)
          Evaluates date values using Java's Comparable implementations
 OwExprValue OwExprLessEqOperator.evaluate(OwExprDateValue v1_p, OwExprDateValue v2_p)
          Evaluates date values using Java's Comparable implementations
 OwExprValue OwExprGreaterOperator.evaluate(OwExprDateValue v1_p, OwExprDateValue v2_p)
          Evaluates date values using Java's Comparable implementations
 OwExprValue OwExprGreaterEqOperator.evaluate(OwExprDateValue v1_p, OwExprDateValue v2_p)
          Evaluates date values using Java's Comparable implementations
 OwExprValue OwExprEqualityOperator.evaluate(OwExprDateValue v1_p, OwExprDateValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprDateValue v1_p, OwExprDateValue v2_p)
          DATE operator DATE operation evaluation
 OwExprValue OwExprEqualityOperator.evaluate(OwExprDateValue v1_p, OwExprNullValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprDateValue v1_p, OwExprNullValue v2_p)
          DATE operator NULL operation evaluation
 OwExprValue OwExprPlusOperator.evaluate(OwExprDateValue v1_p, OwExprStringValue v2_p)
           
 OwExprValue OwExprEqualityOperator.evaluate(OwExprDateValue v1_p, OwExprStringValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprDateValue v1_p, OwExprStringValue v2_p)
          DATE operator STRING operation evaluation
 OwExprValue OwExprPlusOperator.evaluate(OwExprDateValue v1_p, OwExprTimeValue v2_p)
           
 OwExprValue OwExprMinusOperator.evaluate(OwExprDateValue v1_p, OwExprTimeValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprDateValue v1_p, OwExprTimeValue v2_p)
          DATE operator TIME operation evaluation
 OwExprValue OwExprBinaryOperator.evaluate(OwExprDateValue v1_p, OwExprValue v2_p)
          Stage 2 evaluation by visiting entry point with concrete left operand type.
 OwExprValue OwExprExpression.evaluate(OwExprExternalScope[] externalScopes_p)
          Evaluates this expression.
 OwExprValue OwExprEqualityOperator.evaluate(OwExprNullValue v1_p, OwExprValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprNullValue v1_p, OwExprValue v2_p)
          Stage 2 evaluation by visiting entry point with concrete left operand type.
 OwExprValue OwExprUnaryPlusOperator.evaluate(OwExprNumericValue numericValue_p)
           
 OwExprValue OwExprUnaryOperator.evaluate(OwExprNumericValue numericValue_p)
          Evaluation by visiting with concrete single operand type.
 OwExprValue OwExprEqualityOperator.evaluate(OwExprNumericValue v1_p, OwExprNullValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprNumericValue v1_p, OwExprNullValue v2_p)
          NUMERIC operator NULL operation evaluation
 OwExprValue OwExprRemainderOperator.evaluate(OwExprNumericValue v1_p, OwExprNumericValue v2_p)
           
 OwExprValue OwExprPlusOperator.evaluate(OwExprNumericValue v1_p, OwExprNumericValue v2_p)
           
 OwExprValue OwExprMultiplyOperator.evaluate(OwExprNumericValue v1_p, OwExprNumericValue v2_p)
           
 OwExprValue OwExprMinusOperator.evaluate(OwExprNumericValue v1_p, OwExprNumericValue v2_p)
           
 OwExprValue OwExprLessOperator.evaluate(OwExprNumericValue v1_p, OwExprNumericValue v2_p)
          Evaluates numeric values using Java's Comparable implementations
 OwExprValue OwExprLessEqOperator.evaluate(OwExprNumericValue v1_p, OwExprNumericValue v2_p)
          Evaluates numeric values using Java's Comparable implementations
 OwExprValue OwExprGreaterOperator.evaluate(OwExprNumericValue v1_p, OwExprNumericValue v2_p)
          Evaluates numeric values using Java's Comparable implementations
 OwExprValue OwExprGreaterEqOperator.evaluate(OwExprNumericValue v1_p, OwExprNumericValue v2_p)
          Evaluates numeric values using Java's Comparable implementations
 OwExprValue OwExprEqualityOperator.evaluate(OwExprNumericValue v1_p, OwExprNumericValue v2_p)
           
 OwExprValue OwExprDivideOperator.evaluate(OwExprNumericValue v1_p, OwExprNumericValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprNumericValue v1_p, OwExprNumericValue v2_p)
          NUMERIC operator NUMERIC operation evaluation
 OwExprValue OwExprPlusOperator.evaluate(OwExprNumericValue v1_p, OwExprStringValue v2_p)
           
 OwExprValue OwExprEqualityOperator.evaluate(OwExprNumericValue v1_p, OwExprStringValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprNumericValue v1_p, OwExprStringValue v2_p)
          NUMERIC operator STRING operation evaluation
 OwExprValue OwExprBinaryOperator.evaluate(OwExprNumericValue v1_p, OwExprValue v2_p)
          Stage 2 evaluation by visiting entry point with concrete left operand type.
 OwExprValue OwExprUnparsableExpression.evaluate(OwExprScope scope_p)
           
 OwExprValue OwExprUnaryExpression.evaluate(OwExprScope scope_p)
           
 OwExprValue OwExprStaticArray.evaluate(OwExprScope scope_p)
           
 OwExprValue OwExprScopeSelector.evaluate(OwExprScope scope_p)
           
 OwExprValue OwExprPrimaryPrefixExpression.evaluate(OwExprScope scope_p)
           
 OwExprValue OwExprLiteral.evaluate(OwExprScope scope_p)
           
abstract  OwExprValue OwExprExpression.evaluate(OwExprScope scope_p)
          Evaluates this expression on the OwExprScope (scope) provided as argument.
 OwExprValue OwExprDebugBracketsExpression.evaluate(OwExprScope scope_p)
           
 OwExprValue OwExprConditionalExpression.evaluate(OwExprScope scope_p)
          Evaluates this expression :
If the OwExprConditionalExpression.m_test expression results in a OwExprBooleanValue equal to OwExprBooleanValue.TRUE than the OwExprConditionalExpression.m_trueExpression is evaluated end the result returned otherwise the OwExprConditionalExpression.m_falseExpression expression is evaluated and the result returned.
 OwExprValue OwExprBinaryExpression.evaluate(OwExprScope scope_p)
          Evaluates this expression on the OwExprScope (scope) provided as argument.
 OwExprValue OwExprArraySelectorSuffix.evaluate(OwExprScope scope_p)
          Evaluates this expression on the OwExprScope (scope) provided as argument.
 OwExprValue OwExprArgumentsSuffix.evaluate(OwExprScope scope_p)
          Evaluates this expression on the OwExprScope (scope) provided as argument.
 OwExprValue OwExprUnaryOperator.evaluate(OwExprScope scope_p, OwExprExpression expression_p)
          Unary evaluation method to be called at evaluation time.
 OwExprValue OwExprEqualityOperator.evaluate(OwExprScopeValue v1_p, OwExprNullValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprScopeValue v1_p, OwExprNullValue v2_p)
          SCOPE operator NULL operation evaluation
 OwExprValue OwExprEqualityOperator.evaluate(OwExprScopeValue v1_p, OwExprScopeValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprScopeValue v1_p, OwExprScopeValue v2_p)
          SCOPE operator SCOPE operation evaluation
 OwExprValue OwExprBinaryOperator.evaluate(OwExprScopeValue v1_p, OwExprValue v2_p)
          Stage 2 evaluation by visiting entry point with concrete left operand type.
 OwExprValue OwExprPlusOperator.evaluate(OwExprStringValue v1_p, OwExprBooleanValue v2_p)
           
 OwExprValue OwExprEqualityOperator.evaluate(OwExprStringValue v1_p, OwExprBooleanValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprStringValue v1_p, OwExprBooleanValue v2_p)
          STRING operator BOOLEAN operation evaluation
 OwExprValue OwExprPlusOperator.evaluate(OwExprStringValue v1_p, OwExprDateValue v2_p)
           
 OwExprValue OwExprEqualityOperator.evaluate(OwExprStringValue v1_p, OwExprDateValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprStringValue v1_p, OwExprDateValue v2_p)
          STRING operator DATE operation evaluation
 OwExprValue OwExprEqualityOperator.evaluate(OwExprStringValue v1_p, OwExprNullValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprStringValue v1_p, OwExprNullValue v2_p)
          STRING operator NULL operation evaluation
 OwExprValue OwExprPlusOperator.evaluate(OwExprStringValue v1_p, OwExprNumericValue v2_p)
           
 OwExprValue OwExprEqualityOperator.evaluate(OwExprStringValue v1_p, OwExprNumericValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprStringValue v1_p, OwExprNumericValue v2_p)
          STRING operator NUMERIC operation evaluation
 OwExprValue OwExprPlusOperator.evaluate(OwExprStringValue v1_p, OwExprStringValue v2_p)
           
 OwExprValue OwExprEqualityOperator.evaluate(OwExprStringValue v1_p, OwExprStringValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprStringValue v1_p, OwExprStringValue v2_p)
          STRING operator STRING operation evaluation
 OwExprValue OwExprPlusOperator.evaluate(OwExprStringValue v1_p, OwExprTimeValue v2_p)
           
 OwExprValue OwExprEqualityOperator.evaluate(OwExprStringValue v1_p, OwExprTimeValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprStringValue v1_p, OwExprTimeValue v2_p)
          STRING operator TIME operation evaluation
 OwExprValue OwExprBinaryOperator.evaluate(OwExprStringValue v1_p, OwExprValue v2_p)
          Stage 2 evaluation by visiting entry point with concrete left operand type.
 OwExprValue OwExprPlusOperator.evaluate(OwExprTimeValue v1_p, OwExprDateValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprTimeValue v1_p, OwExprDateValue v2_p)
          TIME operator DATE operation evaluation
 OwExprValue OwExprEqualityOperator.evaluate(OwExprTimeValue v1_p, OwExprNullValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprTimeValue v1_p, OwExprNullValue v2_p)
          TIME operator NULL operation evaluation
 OwExprValue OwExprPlusOperator.evaluate(OwExprTimeValue v1_p, OwExprStringValue v2_p)
           
 OwExprValue OwExprEqualityOperator.evaluate(OwExprTimeValue v1_p, OwExprStringValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprTimeValue v1_p, OwExprStringValue v2_p)
          TIME operator STRING operation evaluation
 OwExprValue OwExprPlusOperator.evaluate(OwExprTimeValue v1_p, OwExprTimeValue v2_p)
           
 OwExprValue OwExprMinusOperator.evaluate(OwExprTimeValue v1_p, OwExprTimeValue v2_p)
           
 OwExprValue OwExprLessOperator.evaluate(OwExprTimeValue v1_p, OwExprTimeValue v2_p)
          Evaluates numeric values using Java's Comparable implementations
 OwExprValue OwExprLessEqOperator.evaluate(OwExprTimeValue v1_p, OwExprTimeValue v2_p)
          Evaluates time values using Java's Comparable implementations
 OwExprValue OwExprGreaterOperator.evaluate(OwExprTimeValue v1_p, OwExprTimeValue v2_p)
          Evaluates numeric values using Java's Comparable implementations
 OwExprValue OwExprGreaterEqOperator.evaluate(OwExprTimeValue v1_p, OwExprTimeValue v2_p)
          Evaluates time values using Java's Comparable implementations
 OwExprValue OwExprEqualityOperator.evaluate(OwExprTimeValue v1_p, OwExprTimeValue v2_p)
           
 OwExprValue OwExprBinaryOperator.evaluate(OwExprTimeValue v1_p, OwExprTimeValue v2_p)
          TIME operator TIME operation evaluation
static OwExprValue OwExprValue.fromJavaValue(Object javaValue_p)
          Static expression language value factory based on a java object.
static OwExprValue OwExprValue.fromJavaValue(Object javaValue_p, Class<?> javaType_p)
          Static expression language value factory based on a java object.
 OwExprFunction OwExprValue.function(String functionName_p, OwExprExpressionType[] argunmentTypes_p)
          Scope OwExprScope.function(String, OwExprExpressionType[]) default implementation.
 OwExprFunction OwExprStaticArray.function(String functionName_p, OwExprExpressionType[] argunmentTyes_p)
           
 OwExprFunction OwExprScopeValue.function(String functionName_p, OwExprExpressionType[] argunmentTypes_p)
           
 OwExprFunction OwExprScopedProperty.function(String functionName_p, OwExprExpressionType[] argunmentTypes_p)
           
 OwExprFunction OwExprScope.function(String functionName_p, OwExprExpressionType[] argunmentTyes_p)
          Function access method.
 OwExprFunction OwExprReflectiveProperty.function(String functionName_p, OwExprExpressionType[] argunmentTypes_p)
           
 OwExprFunction OwExprExternalScope.function(String functionName_p, OwExprExpressionType[] argunmentTypes_p)
           
 OwExprValue OwExprPropertySymbol.getValue(OwExprScope scope_p)
           
 OwExprValue OwExprFunctionSymbol.getValue(OwExprScope scope_p, OwExprValue[] arguments_p)
          Returns a value produced by the invocation of the function represented by this symbol.
 boolean OwExprValue.hasProperty(String propertyName_p)
          Scope OwExprScope.hasProperty(String) default implementation.
 boolean OwExprStaticArray.hasProperty(String propertyName_p)
           
 boolean OwExprScopeValue.hasProperty(String propertyName_p)
           
 boolean OwExprScopedProperty.hasProperty(String propertyName_p)
           
 boolean OwExprScope.hasProperty(String propertyName_p)
          Property access helper method.
 boolean OwExprReflectiveScope.hasProperty(String propertyName_p)
           
 boolean OwExprReflectiveProperty.hasProperty(String propertyName_p)
           
 boolean OwExprExternalScope.hasProperty(String propertyName_p)
           
 Class<?> OwExprReflectiveProperty.javaType()
           
 Class<?> OwExprProperty.javaType()
           
 Class<?> OwExprObjectProperty.javaType()
           
 int OwExprValue.length()
          Scope OwExprScope.length() helper default value implementation (returns 0).
 int OwExprStaticArray.length()
           
 int OwExprScopeValue.length()
          Indexed access delegate.
Delegates to OwExprScopeValue.m_scope.
 int OwExprScopedProperty.length()
           
 int OwExprScope.length()
          Indexed scope access helper method
 int OwExprReflectiveScope.length()
           
 int OwExprReflectiveProperty.length()
           
 int OwExprExternalScope.length()
           
abstract  boolean OwExprSymbol.matches(OwExprScope scope_p)
          A match method used to check the validity of symbols for certain scopes.
Can be used to discover symbol and related expressions validity before evaluation.
 boolean OwExprPropertySymbol.matches(OwExprScope scope_p)
          A match method used to check the validity of symbols for certain scopes.
Can be used to discover symbol and related expressions validity before evaluation.
 boolean OwExprSymbolTable.matchesScope(OwExprScope scope_p)
           
protected  OwExprFunction OwExprReflectiveScope.prelevateFunction(String functionName_p, OwExprExpressionType[] argumentTypes_p)
           
protected  OwExprFunction OwExprExternalScope.prelevateFunction(String functionName_p, OwExprExpressionType[] argumentTypes_p)
          Function search hook for OwExprExternalScope.function(String, OwExprExpressionType[]).
Children of this class should override this method to perform custom
protected  OwExprProperty OwExprReflectiveScope.prelevateProperty(String propertyName_p)
           
protected  OwExprProperty OwExprExternalScope.prelevateProperty(String propertyName_p)
          Property search hook for OwExprExternalScope.property(String).
 OwExprProperty OwExprValue.property(String propertyName_p)
          Scope OwExprScope.property(String) default implementation.
 OwExprProperty OwExprStaticArray.property(String propertyName_p)
           
 OwExprProperty OwExprScopeValue.property(String propertyName_p)
           
 OwExprProperty OwExprScopedProperty.property(String propertyName_p)
           
 OwExprProperty OwExprScope.property(String propertyName_p)
          Property access method.
 OwExprProperty OwExprReflectiveProperty.property(String propertyName_p)
           
 OwExprProperty OwExprExternalScope.property(String propertyName_p)
           
 OwExprValue OwExprSymbolScope.runtimeValueScope(OwExprScope scope_p)
           
 OwExprScope OwExprSymbolScope.solveScope(OwExprScope scope_p)
           
 OwExprScope OwExprScopeValue.solveScope(String name_p)
           
 OwExprScope OwExprReflectiveProperty.solveScope(String name_p)
           
 boolean OwExprExpression.symbolsVisibleInScopes(OwExprExternalScope[] externalScopes_p)
          Pre-evaluation optional symbol visibility check method.
abstract  Object OwExprValue.toJavaObject(Class javaSuperType_p)
          Java class conversion method.
 Object OwExprTimeValue.toJavaObject(Class javaSuperType_p)
           
 Object OwExprStringValue.toJavaObject(Class javaSuperType_p)
           
 Object OwExprScopeValue.toJavaObject(Class javaSuperType_p)
           
 Object OwExprNumericValue.toJavaObject(Class javaSuperType_p)
           
 Object OwExprNullValue.toJavaObject(Class javaSuperType_p)
           
 Object OwExprDateValue.toJavaObject(Class javaSuperType_p)
           
 Object OwExprBooleanValue.toJavaObject(Class javaSuperType_p)
           
 OwExprType OwExprReflectiveProperty.type()
          Performs type conversion using OwExprType.fromJavaType(Object)
 OwExprType OwExprReflectiveFunction.type()
           
 OwExprType OwExprProperty.type()
           
 OwExprType OwExprObjectProperty.type()
           
 OwExprType OwExprFunction.type()
           
 OwExprValue OwExprReflectiveProperty.value()
           
 OwExprValue OwExprProperty.value()
           
 OwExprValue OwExprObjectProperty.value()
           
 OwExprValue OwExprReflectiveFunction.value(OwExprValue[] arguments_p)
           
 OwExprValue OwExprFunction.value(OwExprValue[] arguments_p)
          Evaluation method for this function.
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.