From 070170888218452f903e9a9022292b312f2b2704 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Thu, 13 Jun 2019 16:30:40 -0400 Subject: Update site --- docs/apidocs/bjc/replpair/ReplOpts.html | 378 ++++++++++++++++++++++++++++++++ 1 file changed, 378 insertions(+) create mode 100644 docs/apidocs/bjc/replpair/ReplOpts.html (limited to 'docs/apidocs/bjc/replpair/ReplOpts.html') diff --git a/docs/apidocs/bjc/replpair/ReplOpts.html b/docs/apidocs/bjc/replpair/ReplOpts.html new file mode 100644 index 0000000..2da743b --- /dev/null +++ b/docs/apidocs/bjc/replpair/ReplOpts.html @@ -0,0 +1,378 @@ + + + + + + +ReplOpts (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
bjc.replpair
+

Class ReplOpts

+
+
+ +
+
    +
  • +
    +
    +
    public class ReplOpts
    +extends Object
    +
    Options for processing ReplPairs.
    +
    +
    Author:
    +
    Ben Culkin.
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        defPrior

        +
        public int defPrior
        +
        The default priority.
        +
      • +
      + + + +
        +
      • +

        defStage

        +
        public int defStage
        +
        The default stage.
        +
      • +
      + + + +
        +
      • +

        defMulti

        +
        public boolean defMulti
        +
        Whether to process multi-line defns.
        +
      • +
      + + + +
        +
      • +

        defStatus

        +
        public StageStatus defStatus
        +
        Default status.
        +
      • +
      + + + +
        +
      • +

        isDebug

        +
        public boolean isDebug
        +
        Enable debug info.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ReplOpts

        +
        public ReplOpts()
        +
        Create a default set of options.
        +
      • +
      + + + +
        +
      • +

        ReplOpts

        +
        public ReplOpts(int p,
        +                int s,
        +                boolean m,
        +                StageStatus t,
        +                boolean d)
        +
        Create a new set of repl. opts
        +
        +
        Parameters:
        +
        p - The default priority to use
        +
        s - The default stage to use
        +
        m - Whether to process multi-line defns.
        +
        t - The default status.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + -- cgit v1.2.3