From b90f1ea0f1a35d04bd1d5ec2741dc8d45c1f3c0f Mon Sep 17 00:00:00 2001 From: Ben Culkin Date: Tue, 1 Dec 2020 20:20:53 -0500 Subject: Add some comments --- JPratt/src/main/java/bjc/pratt/blocks/ParseBlocks.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'JPratt/src/main/java/bjc/pratt/blocks/ParseBlocks.java') diff --git a/JPratt/src/main/java/bjc/pratt/blocks/ParseBlocks.java b/JPratt/src/main/java/bjc/pratt/blocks/ParseBlocks.java index e13c3c0..e0d63f3 100644 --- a/JPratt/src/main/java/bjc/pratt/blocks/ParseBlocks.java +++ b/JPratt/src/main/java/bjc/pratt/blocks/ParseBlocks.java @@ -20,6 +20,10 @@ public class ParseBlocks { /** * Create a new repeating parse block. * + * @param The key type for the tokens. + * @param The value type for the tokens. + * @param The context type for the tokens. + * * @param inner * The parse block to repeat. * @@ -45,6 +49,10 @@ public class ParseBlocks { /** * Create a new triggered parse block. * + * @param The key type for the tokens. + * @param The value type for the tokens. + * @param The context type for the tokens. + * * @param source * The block to trigger around. * @@ -65,6 +73,10 @@ public class ParseBlocks { /** * Create a new simple parse block. * + * @param The key type for the tokens. + * @param The value type for the tokens. + * @param The context type for the tokens. + * * @param precedence * The precedence of the expression inside the block. * -- cgit v1.2.3