com.wewebu.expression.language
Class OwExprIntegerLiteral
java.lang.Object
com.wewebu.expression.language.OwExprExpression
com.wewebu.expression.language.OwExprLiteral
com.wewebu.expression.language.OwExprIntegerLiteral
- All Implemented Interfaces:
- OwExprPrimaryPrefix
public class OwExprIntegerLiteral
- extends OwExprLiteral
A fixed integer value :
32211
.
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 OwExprIntegerLiteral instance(String image_p,
OwExprSymbolTable symbolTable_p,
OwExprErrorTable errorTable_p)
throws ParseException
- Single symbol literal creator.
This method will return instances of
OwExprIntegerLiteral
based on the a single symbol instance associated
with the image_p integer image
- Parameters:
image_p
- an integer literal 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.