Package org.mvel2.compiler
Class BlankLiteral
- java.lang.Object
-
- org.mvel2.compiler.BlankLiteral
-
- All Implemented Interfaces:
java.io.Serializable
public class BlankLiteral extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BlankLiteralINSTANCE
-
Constructor Summary
Constructors Constructor Description BlankLiteral()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringtoString()
-
-
-
Field Detail
-
INSTANCE
public static final BlankLiteral INSTANCE
-
-