com.wewebu.expression.language
Class OwExprUnparsableExpression
java.lang.Object
com.wewebu.expression.language.OwExprExpression
com.wewebu.expression.language.OwExprUnparsableExpression
public final class OwExprUnparsableExpression
- extends OwExprExpression
OwExprUnparsableExpression.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwExprUnparsableExpression
public OwExprUnparsableExpression(OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p,
TokenMgrError tokenMgrError_p)
OwExprUnparsableExpression
public OwExprUnparsableExpression(OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p,
ParseException parseException_p)
evaluate
public OwExprValue evaluate(OwExprScope scope_p)
throws OwExprEvaluationException
- Description copied from class:
OwExprExpression
- Evaluates this expression on the
OwExprScope
(scope) provided as argument.
- Specified by:
evaluate
in class OwExprExpression
- Parameters:
scope_p
- external scope to be used during evaluation
- Returns:
- the value resulted from the evaluation of this expression
- Throws:
OwExprEvaluationException
- in case of evaluation failure
type
public OwExprExpressionType type()
throws OwExprTypeMissmatchException
- Description copied from class:
OwExprExpression
- Type check method.
If type errors are encountered during type computation the
OwExprExpression.m_typeError
should
be set to true
- Specified by:
type
in class OwExprExpression
- Returns:
- the expression type for this expression
- Throws:
OwExprTypeMissmatchException
- if type errors are encountered during type computation
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.