Module org.eclipse.persistence.core
Class ExpressionJavaPrinter
java.lang.Object
org.eclipse.persistence.internal.expressions.ExpressionJavaPrinter
Purpose: Expression Java printer.
Responsibilities:
- Print an expression in Java format.
- Used in project class generation.
- Since:
- TOPLink10.1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected DatabasePlatform
protected StringWriter
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionJavaPrinter
(String builderString, StringWriter writer, DatabasePlatform platform) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
printCharacter
(Character aCharacter) void
void
printString
(String value)
-
Field Details
-
writer
-
builderString
-
platform
-
-
Constructor Details
-
ExpressionJavaPrinter
-
-
Method Details
-
getBuilderString
-
getPlatform
-
getWriter
-
printString
-
printJava
-
printByte
-
printCharacter
-