Class EmptyExpression
java.lang.Object
io.github.wasabithumb.jtoml.expression.AbstractExpression
io.github.wasabithumb.jtoml.expression.EmptyExpression
- All Implemented Interfaces:
Expression
-
Field Summary
FieldsFields inherited from class io.github.wasabithumb.jtoml.expression.AbstractExpression
comment -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.wasabithumb.jtoml.expression.AbstractExpression
getComment, setCommentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.wasabithumb.jtoml.expression.Expression
asEmpty, asKeyValue, asTable, isKeyValue, isTable
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
EmptyExpression
public EmptyExpression()
-
-
Method Details
-
isEmpty
public boolean isEmpty()
-