summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/main/java/bjc/utils/parserutils/AST.java
diff options
context:
space:
mode:
authorbculkin2442 <bjculkin@mix.wvu.edu>2016-03-22 12:29:26 -0400
committerbculkin2442 <bjculkin@mix.wvu.edu>2016-03-22 12:29:26 -0400
commit7ed88d289b0bbc00b097e345dfac90208038cab3 (patch)
treef9e047616595cf2c644752b39fc2a81c83c64f41 /BJC-Utils2/src/main/java/bjc/utils/parserutils/AST.java
parent01cb9f504c860bc1c037a44f3a76bf342a293d46 (diff)
General formatting changes
Diffstat (limited to 'BJC-Utils2/src/main/java/bjc/utils/parserutils/AST.java')
-rw-r--r--BJC-Utils2/src/main/java/bjc/utils/parserutils/AST.java10
1 files changed, 7 insertions, 3 deletions
diff --git a/BJC-Utils2/src/main/java/bjc/utils/parserutils/AST.java b/BJC-Utils2/src/main/java/bjc/utils/parserutils/AST.java
index 943d177..52248f0 100644
--- a/BJC-Utils2/src/main/java/bjc/utils/parserutils/AST.java
+++ b/BJC-Utils2/src/main/java/bjc/utils/parserutils/AST.java
@@ -90,8 +90,10 @@ public class AST<T> {
/**
* Collapse this tree into a single node
- * @param <E> The final value of the collapsed tree
- * @param <T2>
+ *
+ * @param <E>
+ * The final value of the collapsed tree
+ * @param <T2>
*
* @param tokenTransform
* The function to transform nodes into data
@@ -199,7 +201,9 @@ public class AST<T> {
/**
* Transmute the tokens in an AST into a different sort of token
- * @param <E> The type of the transformed tokens
+ *
+ * @param <E>
+ * The type of the transformed tokens
*
* @param tokenTransformer
* The transform to run on the tokens