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 BlankLiteral
INSTANCE
-
Constructor Summary
Constructors Constructor Description BlankLiteral()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
toString()
-
-
-
Field Detail
-
INSTANCE
public static final BlankLiteral INSTANCE
-
-