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
m_symbolm_errorTable, m_symbolTable, m_typeError| Modifier and Type | Method and Description |
|---|---|
static OwExprBooleanLiteral |
instance(boolean booleanValue_p,
OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p)
Single
TRUE or FALSE symbol literal creator. |
evaluate, expression, getValue, regressToFunction, regressToPorperty, regressToScope, symbolInstance, toString, typeerrCount, evaluate, evaluate, getErrorTable, getSymbol, getSymbolTable, hasErrors, initType, symbolsVisibleInScopespublic static final OwExprBooleanLiteral instance(boolean booleanValue_p, OwExprSymbolTable symbolTable_p, OwExprErrorTable errorTable_p) throws ParseException
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.booleanValue_p - symbolTable_p - global symbol tableerrorTable_p - global error tableParseExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.