com.wewebu.expression.language
Class OwExprBooleanLiteral
java.lang.Object
com.wewebu.expression.language.OwExprExpression
com.wewebu.expression.language.OwExprLiteral
com.wewebu.expression.language.OwExprBooleanLiteral
- All Implemented Interfaces:
- OwExprPrimaryPrefix
public class OwExprBooleanLiteral
- extends OwExprLiteral
A fixed boolean value (one of true
of false
):
true!=false
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
instance
public static final OwExprBooleanLiteral instance(boolean booleanValue_p,
OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p)
throws ParseException
- Single
TRUE
or FALSE
symbol literal creator.
This method will return instances of OwExprBooleanLiteral
based on one of the instances of the true
or false symbols in the symbol table.
- Parameters:
booleanValue_p
- symbolTable_p
- global symbol tableerrorTable_p
- global error table
- Returns:
- a single symbol based literal instance creator.
- Throws:
ParseException
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.