DollarParser
public class DollarParserImpl extends Object implements DollarParser
Modifier and Type | Field | Description |
---|---|---|
static @NotNull MetaKey |
NAMED_PARAMETER_META_ATTR |
Constructor | Description |
---|---|
DollarParserImpl(@NotNull ParserOptions options) |
|
DollarParserImpl(@NotNull ParserOptions options,
@NotNull ClassLoader classLoader) |
Modifier and Type | Method | Description |
---|---|---|
void |
export(@NotNull VarKey name,
@NotNull Value export) |
|
@NotNull ParserOptions |
options() |
|
@NotNull Value |
parse(@NotNull Scope scope,
@NotNull String source) |
|
@NotNull Value |
parse(@NotNull File file,
boolean parallel) |
|
@NotNull Value |
parse(@NotNull InputStream in,
boolean parallel,
@NotNull Scope scope) |
|
@NotNull Value |
parse(@NotNull InputStream in,
@NotNull String file,
boolean parallel) |
|
@NotNull Value |
parse(@NotNull String source,
boolean parallel) |
|
@NotNull Value |
parseMarkdown(@NotNull File file) |
|
@NotNull Value |
parseMarkdown(@NotNull String source) |
@NotNull public static final @NotNull MetaKey NAMED_PARAMETER_META_ATTR
public DollarParserImpl(@NotNull @NotNull ParserOptions options)
public DollarParserImpl(@NotNull @NotNull ParserOptions options, @NotNull @NotNull ClassLoader classLoader)
public void export(@NotNull @NotNull VarKey name, @NotNull @NotNull Value export)
export
in interface DollarParser
@NotNull public @NotNull ParserOptions options()
options
in interface DollarParser
@NotNull public @NotNull Value parse(@NotNull @NotNull Scope scope, @NotNull @NotNull String source)
parse
in interface DollarParser
@NotNull public @NotNull Value parse(@NotNull @NotNull File file, boolean parallel) throws Exception
parse
in interface DollarParser
Exception
@NotNull public @NotNull Value parse(@NotNull @NotNull InputStream in, boolean parallel, @NotNull @NotNull Scope scope) throws Exception
parse
in interface DollarParser
Exception
@NotNull public @NotNull Value parse(@NotNull @NotNull InputStream in, @NotNull @NotNull String file, boolean parallel) throws Exception
parse
in interface DollarParser
Exception
@NotNull public @NotNull Value parse(@NotNull @NotNull String source, boolean parallel) throws Exception
parse
in interface DollarParser
Exception
@NotNull public @NotNull Value parseMarkdown(@NotNull @NotNull String source)
parseMarkdown
in interface DollarParser
@NotNull public @NotNull Value parseMarkdown(@NotNull @NotNull File file) throws IOException
IOException
Copyright © 2017. All rights reserved.