com.wewebu.expression.language
Class OwExprStringLiteral
java.lang.Object
com.wewebu.expression.language.OwExprExpression
com.wewebu.expression.language.OwExprLiteral
com.wewebu.expression.language.OwExprStringLiteral
- All Implemented Interfaces:
- OwExprPrimaryPrefix
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
instance
public static final OwExprStringLiteral instance(String image_p,
OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p)
throws ParseException
- Single symbol literal creator.
This method will return instances of
OwExprStringLiteral
based on the a single symbol instance associated
with the string image
- Parameters:
image_p
- the string's imagesymbolTable_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.