diff options
Diffstat (limited to 'dice-lang/src/bjc/dicelang/Define.java')
| -rw-r--r-- | dice-lang/src/bjc/dicelang/Define.java | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/dice-lang/src/bjc/dicelang/Define.java b/dice-lang/src/bjc/dicelang/Define.java index dbc349d..89618e4 100644 --- a/dice-lang/src/bjc/dicelang/Define.java +++ b/dice-lang/src/bjc/dicelang/Define.java @@ -14,14 +14,14 @@ import static bjc.dicelang.Errors.ErrorKey.EK_DFN_SRCSYN; /** * A regular expression based pre-processor define. - * + * * @author EVE * */ public class Define implements UnaryOperator<String>, Comparable<Define> { /** * The define type. - * + * * @author EVE * */ @@ -61,25 +61,25 @@ public class Define implements UnaryOperator<String>, Comparable<Define> { /** * Create a new define. - * + * * @param priorty * The priority of the define. - * + * * @param isSub * Whether or not this is a 'sub-define' - * + * * @param recur * Whether this define is recursive or not. - * + * * @param isCircular * Whether this define is circular or not. - * + * * @param predicte * The string to use as a predicate. - * + * * @param searchr * The string to use as a search. - * + * * @param replacrs * The source for replacement strings. */ |
