public class ParseResults<S> extends Object
| Constructor and Description |
|---|
ParseResults(CommandContextBuilder<S> context) |
ParseResults(CommandContextBuilder<S> context,
ImmutableStringReader reader,
Map<CommandNode<S>,CommandSyntaxException> exceptions) |
| Modifier and Type | Method and Description |
|---|---|
CommandContextBuilder<S> |
getContext() |
Map<CommandNode<S>,CommandSyntaxException> |
getExceptions() |
ImmutableStringReader |
getReader() |
public ParseResults(CommandContextBuilder<S> context, ImmutableStringReader reader, Map<CommandNode<S>,CommandSyntaxException> exceptions)
public ParseResults(CommandContextBuilder<S> context)
public CommandContextBuilder<S> getContext()
public ImmutableStringReader getReader()
public Map<CommandNode<S>,CommandSyntaxException> getExceptions()
Copyright © 2018. All rights reserved.