summaryrefslogtreecommitdiff
path: root/dice-lang/src/bjc/dicelang/EvaluatorResult.java
diff options
context:
space:
mode:
authorbjculkin <bjculkin@mix.wvu.edu>2017-04-11 17:51:51 -0400
committerbjculkin <bjculkin@mix.wvu.edu>2017-04-11 17:51:51 -0400
commit675ae734dd7b7a47d93ee3527dd1eb7195be047b (patch)
tree9d6901c63bd50a645e92d8b192013b3b201d8ecf /dice-lang/src/bjc/dicelang/EvaluatorResult.java
parent40858cee415643769ee5f6216b0cd4335996ff2f (diff)
Cleanup
Diffstat (limited to 'dice-lang/src/bjc/dicelang/EvaluatorResult.java')
-rw-r--r--dice-lang/src/bjc/dicelang/EvaluatorResult.java28
1 files changed, 14 insertions, 14 deletions
diff --git a/dice-lang/src/bjc/dicelang/EvaluatorResult.java b/dice-lang/src/bjc/dicelang/EvaluatorResult.java
index 09d7687..f21cd6f 100644
--- a/dice-lang/src/bjc/dicelang/EvaluatorResult.java
+++ b/dice-lang/src/bjc/dicelang/EvaluatorResult.java
@@ -8,14 +8,14 @@ import bjc.utils.data.Tree;
/**
* The result from the evaluator.
- *
+ *
* @author EVE
*
*/
public class EvaluatorResult {
/**
* The type of the result.
- *
+ *
* @author EVE
*
*/
@@ -73,7 +73,7 @@ public class EvaluatorResult {
/**
* Create a new result.
- *
+ *
* @param typ
* The type of the result.
*/
@@ -83,10 +83,10 @@ public class EvaluatorResult {
/**
* Create a new result.
- *
+ *
* @param typ
* The type of the result.
- *
+ *
* @param orig
* The original value of the result.
*/
@@ -98,10 +98,10 @@ public class EvaluatorResult {
/**
* Create a new result.
- *
+ *
* @param typ
* The type of the result.
- *
+ *
* @param orig
* The original value of the result.
*/
@@ -111,7 +111,7 @@ public class EvaluatorResult {
/**
* Create a new result.
- *
+ *
* @param typ
* @param orig
*/
@@ -121,7 +121,7 @@ public class EvaluatorResult {
/**
* Create a new result.
- *
+ *
* @param typ
* @param iVal
*/
@@ -133,7 +133,7 @@ public class EvaluatorResult {
/**
* Create a new result.
- *
+ *
* @param typ
* @param dVal
*/
@@ -145,7 +145,7 @@ public class EvaluatorResult {
/**
* Create a new result.
- *
+ *
* @param typ
* @param dVal
*/
@@ -157,7 +157,7 @@ public class EvaluatorResult {
/**
* Create a new result.
- *
+ *
* @param typ
* @param dVal
*/
@@ -169,7 +169,7 @@ public class EvaluatorResult {
/**
* Create a new result.
- *
+ *
* @param typ
* @param dVal
*/
@@ -181,7 +181,7 @@ public class EvaluatorResult {
/**
* Create a new result.
- *
+ *
* @param typ
* @param strang
*/