Class MathExpressionFactory.Ceiling
java.lang.Object
org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
org.eclipse.persistence.jpa.jpql.parser.MathExpressionFactory
org.eclipse.persistence.jpa.jpql.parser.MathExpressionFactory.Ceiling
- All Implemented Interfaces:
- Comparable<ExpressionFactory>
- Enclosing class:
- MathExpressionFactory
- 
Nested Class SummaryNested classes/interfaces inherited from class org.eclipse.persistence.jpa.jpql.parser.MathExpressionFactoryMathExpressionFactory.Ceiling, MathExpressionFactory.Exp, MathExpressionFactory.Floor, MathExpressionFactory.Ln, MathExpressionFactory.Power, MathExpressionFactory.Round, MathExpressionFactory.Sign
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe unique identifier of thisMathExpressionFactory.Ceiling.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected AbstractExpressionbuildExpression(AbstractExpression parent, WordParser wordParser, String word, JPQLQueryBNF queryBNF, AbstractExpression expression, boolean tolerant) Creates a newExpression.Methods inherited from class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactorycompareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toString
- 
Field Details- 
IDThe unique identifier of thisMathExpressionFactory.Ceiling.- See Also:
 
 
- 
- 
Constructor Details- 
Ceilingpublic Ceiling()
 
- 
- 
Method Details- 
buildExpressionprotected AbstractExpression buildExpression(AbstractExpression parent, WordParser wordParser, String word, JPQLQueryBNF queryBNF, AbstractExpression expression, boolean tolerant) Description copied from class:ExpressionFactoryCreates a newExpression.- Overrides:
- buildExpressionin class- MathExpressionFactory
- Parameters:
- parent- The parent- AbstractExpression
- wordParser- The text to parse based on the current position of the cursor
- word- The current word being parsed
- queryBNF- The BNF grammar that was used to identifier this factory to be capable to parse a portion of the query
- expression- During the parsing, it is possible the first part of an expression was parsed which needs to be used as a sub-expression of the newly created expression
- Returns:
- A new AbstractExpressionrepresenting the portion or the totality of the text held byWordParserstarting at the cursor position
 
 
-