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