From 5028ad9a1faad0e363d017f18363e8062ba59871 Mon Sep 17 00:00:00 2001 From: bjculkin Date: Thu, 15 Feb 2018 15:25:09 -0500 Subject: Formatting and things --- .../main/java/bjc/pratt/commands/NonInitialCommand.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'JPratt/src/main/java/bjc/pratt/commands/NonInitialCommand.java') diff --git a/JPratt/src/main/java/bjc/pratt/commands/NonInitialCommand.java b/JPratt/src/main/java/bjc/pratt/commands/NonInitialCommand.java index d06e336..35b0825 100644 --- a/JPratt/src/main/java/bjc/pratt/commands/NonInitialCommand.java +++ b/JPratt/src/main/java/bjc/pratt/commands/NonInitialCommand.java @@ -11,13 +11,13 @@ import bjc.utils.parserutils.ParserException; * @author EVE * * @param - * The key type for the tokens. + * The key type for the tokens. * * @param - * The value type for the tokens. + * The value type for the tokens. * * @param - * The state type of the parser. + * The state type of the parser. * */ public abstract class NonInitialCommand { @@ -25,17 +25,17 @@ public abstract class NonInitialCommand { * Construct the left denotation of this command. * * @param operand - * The left-hand operand of this command. + * The left-hand operand of this command. * @param operator - * The operator for this command. + * The operator for this command. * * @param ctx - * The state needed for commands. + * The state needed for commands. * * @return The tree this command forms. * * @throws ParserException - * If something went wrong during parsing. + * If something went wrong during parsing. */ public abstract ITree> denote(ITree> operand, Token operator, ParserContext ctx) throws ParserException; -- cgit v1.2.3