From ccd92f9b09dfbf1f16f50787ef2510e038dccf06 Mon Sep 17 00:00:00 2001 From: student Date: Mon, 5 Mar 2018 16:48:49 -0500 Subject: Update --- .../main/java/bjc/pratt/commands/MetaNonInitialCommand.java | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'JPratt/src/main/java/bjc/pratt/commands/MetaNonInitialCommand.java') diff --git a/JPratt/src/main/java/bjc/pratt/commands/MetaNonInitialCommand.java b/JPratt/src/main/java/bjc/pratt/commands/MetaNonInitialCommand.java index 9d09eef..956dcec 100644 --- a/JPratt/src/main/java/bjc/pratt/commands/MetaNonInitialCommand.java +++ b/JPratt/src/main/java/bjc/pratt/commands/MetaNonInitialCommand.java @@ -8,14 +8,21 @@ import bjc.pratt.ParserContext; * @author bjculkin * * @param - * The token key type. + * The token key type. * * @param - * The token value type. + * The token value type. * * @param - * The parser state type. + * The parser state type. */ public interface MetaNonInitialCommand { + /** + * Get the command to use. + * + * @param ctx + * The context to use. + * @return The command to use. + */ NonInitialCommand getCommand(ParserContext ctx); } -- cgit v1.2.3