public class OwExprDebugBracketsExpression extends OwExprExpression
OwExprDebugBracketsExpression.
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
m_errorTable, m_symbolTable, m_typeError| Constructor and Description |
|---|
OwExprDebugBracketsExpression(OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p,
OwExprExpression expression_p) |
| Modifier and Type | Method and Description |
|---|---|
OwExprValue |
evaluate(OwExprScope scope_p)
Evaluates this expression on the
OwExprScope (scope) provided as argument. |
String |
toString() |
OwExprExpressionType |
type()
Type check method.
|
errCount, evaluate, evaluate, getErrorTable, getSymbol, getSymbolTable, hasErrors, initType, symbolsVisibleInScopespublic OwExprDebugBracketsExpression(OwExprSymbolTable symbolTable_p, OwExprErrorTable errorTable_p, OwExprExpression expression_p)
public OwExprValue evaluate(OwExprScope scope_p) throws OwExprEvaluationException
OwExprExpressionOwExprScope (scope) provided as argument.evaluate in class OwExprExpressionscope_p - external scope to be used during evaluationOwExprEvaluationException - in case of evaluation failurepublic OwExprExpressionType type() throws OwExprTypeMissmatchException
OwExprExpressionOwExprExpression.m_typeError should
be set to truetype in class OwExprExpressionOwExprTypeMissmatchException - if type errors are encountered during type computationCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.