com.wewebu.expression.language
Class OwExprSymbolScope

java.lang.Object
  extended by com.wewebu.expression.language.OwExprSymbolScope

public class OwExprSymbolScope
extends Object

OwExprSymbolScope.

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


Constructor Summary
OwExprSymbolScope(boolean implicitScope_p, OwExprSymbol symbol_p, OwExprExpression scopedExpression_p)
           
OwExprSymbolScope(OwExprSymbol symbol_p, OwExprExpression scopedExpression_p)
           
 
Method Summary
 OwExprSymbol getSymbol()
           
 OwExprValue runtimeValueScope(OwExprScope scope_p)
           
 OwExprScope solveScope(OwExprScope scope_p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwExprSymbolScope

public OwExprSymbolScope(OwExprSymbol symbol_p,
                         OwExprExpression scopedExpression_p)
                  throws OwExprTypeMissmatchException
Throws:
OwExprTypeMissmatchException

OwExprSymbolScope

public OwExprSymbolScope(boolean implicitScope_p,
                         OwExprSymbol symbol_p,
                         OwExprExpression scopedExpression_p)
                  throws OwExprTypeMissmatchException
Throws:
OwExprTypeMissmatchException
Method Detail

solveScope

public OwExprScope solveScope(OwExprScope scope_p)
                       throws OwExprEvaluationException
Throws:
OwExprEvaluationException

runtimeValueScope

public final OwExprValue runtimeValueScope(OwExprScope scope_p)
                                    throws OwExprEvaluationException
Throws:
OwExprEvaluationException

getSymbol

public final OwExprSymbol getSymbol()


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.