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

Packages that use OwExprErrorTable
com.wewebu.expression.language   
com.wewebu.expression.parser   
 

Uses of OwExprErrorTable in com.wewebu.expression.language
 

Fields in com.wewebu.expression.language declared as OwExprErrorTable
protected  OwExprErrorTable OwExprExpression.m_errorTable
          Global error table reference
 

Methods in com.wewebu.expression.language that return OwExprErrorTable
 OwExprErrorTable OwExprExpression.getErrorTable()
          Global error table accessor
 

Methods in com.wewebu.expression.language with parameters of type OwExprErrorTable
static OwExprBooleanLiteral OwExprBooleanLiteral.instance(boolean booleanValue_p, OwExprSymbolTable symbolTable_p, OwExprErrorTable errorTable_p)
          Single TRUE or FALSE symbol literal creator.
static OwExprNullLiteral OwExprNullLiteral.instance(OwExprSymbolTable symbolTable_p, OwExprErrorTable errorTable_p)
          Single symbol literal creator.
static OwExprStringLiteral OwExprStringLiteral.instance(String image_p, OwExprSymbolTable symbolTable_p, OwExprErrorTable errorTable_p)
          Single symbol literal creator.
static OwExprIntegerLiteral OwExprIntegerLiteral.instance(String image_p, OwExprSymbolTable symbolTable_p, OwExprErrorTable errorTable_p)
          Single symbol literal creator.
static OwExprFloatingPointLiteral OwExprFloatingPointLiteral.instance(String image_p, OwExprSymbolTable symbolTable_p, OwExprErrorTable errorTable_p)
          Single symbol literal creator.
protected static OwExprConstantSymbol OwExprLiteral.symbolInstance(String image_p, OwExprSymbolTable symbolTable_p, OwExprErrorTable errorTable_p)
          Constant symbol single flyweight instance accessor.
 

Constructors in com.wewebu.expression.language with parameters of type OwExprErrorTable
OwExprArgumentsSuffix(OwExprSymbolTable symbolTable_p, OwExprErrorTable errorTable_p, OwExprPrimaryPrefix prefix_p, List argumentsExpressions_p)
          Constructor
OwExprArraySelectorSuffix(OwExprSymbolTable symbolTable_p, OwExprErrorTable errorTable_p, OwExprPrimaryPrefix prefix_p, OwExprExpression arraySelector_p)
          Constructor
OwExprBinaryExpression(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p, OwExprExpression operand1_p, OwExprBinaryOperator operator_p, OwExprExpression operand2_p)
          Constructor
OwExprConditionalExpression(OwExprSymbolTable symbolTable_p, OwExprErrorTable errorTable_p, OwExprExpression test_p, OwExprExpression trueExpression_p, OwExprExpression falseExpression_p)
          Constructor
OwExprDebugBracketsExpression(OwExprSymbolTable symbolTable_p, OwExprErrorTable errorTable_p, OwExprExpression expression_p)
           
OwExprExpression(OwExprSymbolTable symbolTable_p, OwExprErrorTable errorTable_p)
           
OwExprLiteral(String symbolName_p, OwExprValue value_p, OwExprType symbolType_p, OwExprSymbolTable symbolTable_p, OwExprErrorTable errorTable_p)
          Constructor
OwExprPrimaryPrefixExpression(OwExprSymbolTable symbolTable_p, OwExprErrorTable errorTable_p, OwExprExpression expression_p)
           
OwExprScopeSelector(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p, String scopeMemberName_p)
           
OwExprScopeSelector(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p, String scopeMemberName_p, OwExprPrimaryPrefix prefix_p)
           
OwExprStaticArray(OwExprSymbolTable symbolTable_p, OwExprErrorTable errorTable_p)
           
OwExprUnaryExpression(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p, OwExprUnaryOperator operator_p, OwExprExpression operand_p)
           
OwExprUnparsableExpression(OwExprSymbolTable symbolTable_p, OwExprErrorTable errorTable_p, ParseException parseException_p)
           
OwExprUnparsableExpression(OwExprSymbolTable symbolTable_p, OwExprErrorTable errorTable_p, TokenMgrError tokenMgrError_p)
           
 

Uses of OwExprErrorTable in com.wewebu.expression.parser
 

Methods in com.wewebu.expression.parser with parameters of type OwExprErrorTable
 OwExprExpression OwExprParser.AdditiveExpression(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p)
           
 List OwExprParser.ArgumentList(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p)
           
 OwExprArgumentsSuffix OwExprParser.Arguments(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p, OwExprPrimaryPrefix prefix_p)
           
 OwExprBooleanLiteral OwExprParser.BooleanLiteral(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p)
           
 OwExprExpression OwExprParser.ConditionalAndExpression(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p)
           
 OwExprExpression OwExprParser.ConditionalExpression(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p)
           
 OwExprExpression OwExprParser.ConditionalOrExpression(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p)
           
 OwExprExpression OwExprParser.EqualityExpression(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p)
           
 OwExprExpression OwExprParser.ExclusiveOrExpression(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p)
           
 OwExprExpression OwExprParser.Expression(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p)
           
 OwExprLiteral OwExprParser.Literal(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p)
           
 OwExprExpression OwExprParser.MultiplicativeExpression(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p)
           
 OwExprNullLiteral OwExprParser.NullLiteral(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p)
           
 OwExprExpression OwExprParser.PrimaryExpression(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p)
           
 OwExprPrimaryPrefix OwExprParser.PrimaryPrefix(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p)
           
 OwExprPrimaryPrefix OwExprParser.PrimarySuffix(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p, OwExprPrimaryPrefix prefix_p)
           
 OwExprExpression OwExprParser.RelationalExpression(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p)
           
 OwExprScopeSelector OwExprParser.ScopeSelector(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p, OwExprPrimaryPrefix prefix_p)
           
 OwExprStaticArray OwExprParser.StaticArray(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p)
           
 OwExprExpression OwExprParser.UnaryExpression(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p)
           
 OwExprExpression OwExprParser.UnaryExpressionNotPlusMinus(OwExprSymbolTable symTable_p, OwExprErrorTable errorTable_p)
           
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.