Class AbstractExpression
java.lang.Object
io.github.wasabithumb.jtoml.expression.AbstractExpression
- All Implemented Interfaces:
Expression
- Direct Known Subclasses:
EmptyExpression,KeyValueExpression,TableExpression
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods 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, isEmpty, isKeyValue, isTable
-
Field Details
-
comment
-
-
Constructor Details
-
AbstractExpression
public AbstractExpression()
-
-
Method Details
-
getComment
- Specified by:
getCommentin interfaceExpression
-
setComment
- Specified by:
setCommentin interfaceExpression
-