public class OwExprStringLiteral extends OwExprLiteral
A fixed string value :
'I am a string'
.
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_symbol
m_errorTable, m_symbolTable, m_typeError
Modifier and Type | Method and Description |
---|---|
static OwExprStringLiteral |
instance(String image_p,
OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p)
Single symbol literal creator.
|
evaluate, expression, getValue, regressToFunction, regressToPorperty, regressToScope, symbolInstance, toString, type
errCount, evaluate, evaluate, getErrorTable, getSymbol, getSymbolTable, hasErrors, initType, symbolsVisibleInScopes
public static final OwExprStringLiteral instance(String image_p, OwExprSymbolTable symbolTable_p, OwExprErrorTable errorTable_p) throws ParseException
OwExprStringLiteral
based on the a single symbol instance associated
with the string imageimage_p
- the string's imagesymbolTable_p
- global symbol tableerrorTable_p
- global error tableParseException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.