public class SuggestionContext<S> extends Object
| Modifier and Type | Field and Description |
|---|---|
CommandNode<S> |
parent |
int |
startPos |
| Constructor and Description |
|---|
SuggestionContext(CommandNode<S> parent,
int startPos) |
public final CommandNode<S> parent
public final int startPos
public SuggestionContext(CommandNode<S> parent, int startPos)
Copyright © 2018. All rights reserved.