Package io.github.wasabithumb.jtoml.io
Class ExpressionReader
java.lang.Object
io.github.wasabithumb.jtoml.io.ExpressionReader
- All Implemented Interfaces:
Closeable,AutoCloseable
- Direct Known Subclasses:
TableReader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final BufferedCharSourceprotected final io.github.wasabithumb.jtoml.option.JTomlOptions -
Constructor Summary
ConstructorsConstructorDescriptionExpressionReader(@NotNull BufferedCharSource in, @NotNull io.github.wasabithumb.jtoml.option.JTomlOptions options) -
Method Summary
-
Field Details
-
in
-
options
protected final io.github.wasabithumb.jtoml.option.JTomlOptions options
-
-
Constructor Details
-
ExpressionReader
public ExpressionReader(@NotNull @NotNull BufferedCharSource in, @NotNull @NotNull io.github.wasabithumb.jtoml.option.JTomlOptions options)
-
-
Method Details
-
readExpression
@Nullable public @Nullable Expression readExpression() throws io.github.wasabithumb.jtoml.except.TomlException- Throws:
io.github.wasabithumb.jtoml.except.TomlException
-
close
public void close() throws io.github.wasabithumb.jtoml.except.TomlException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
io.github.wasabithumb.jtoml.except.TomlException
-