|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--freemarker.template.expression.CloseParen
A null class that represents a closed parenthesis. This is for the benefit
of ExpressionBuilder
.
Note:
CloseParen
is a singleton instance. Use the
getInstance()
method to retrieve instances of this model.
Constructor Summary | |
CloseParen()
Deprecated. use the getInstance() method to avoid excessive
object creation |
Method Summary | |
static CloseParen |
getInstance()
Returns a singleton instance of this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CloseParen()
getInstance()
method to avoid excessive
object creation
Method Detail |
public static CloseParen getInstance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |