diff options
Diffstat (limited to 'docs/apidocs/index-all.html')
| -rw-r--r-- | docs/apidocs/index-all.html | 54 |
1 files changed, 50 insertions, 4 deletions
diff --git a/docs/apidocs/index-all.html b/docs/apidocs/index-all.html index 1ceee11..45bf0ed 100644 --- a/docs/apidocs/index-all.html +++ b/docs/apidocs/index-all.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Wed Jun 12 06:09:30 EDT 2019 --> +<!-- Generated by javadoc (1.8.0_121) on Thu Jun 13 16:28:50 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Index (everge 1.0-SNAPSHOT API)</title> -<meta name="date" content="2019-06-12"> +<meta name="date" content="2019-06-13"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -69,7 +69,7 @@ <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> -<div class="contentContainer"><a href="#I:A">A</a> <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:F">F</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:V">V</a> <a name="I:A"> +<div class="contentContainer"><a href="#I:A">A</a> <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:F">F</a> <a href="#I:I">I</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:V">V</a> <a name="I:A"> <!-- --> </a> <h2 class="title">A</h2> @@ -93,6 +93,28 @@ <dt><span class="memberNameLink"><a href="bjc/replpair/ReplPair.html#compareTo-bjc.replpair.ReplPair-">compareTo(ReplPair)</a></span> - Method in class bjc.replpair.<a href="bjc/replpair/ReplPair.html" title="class in bjc.replpair">ReplPair</a></dt> <dd> </dd> </dl> +<a name="I:D"> +<!-- --> +</a> +<h2 class="title">D</h2> +<dl> +<dt><span class="memberNameLink"><a href="bjc/replpair/ReplOpts.html#defMulti">defMulti</a></span> - Variable in class bjc.replpair.<a href="bjc/replpair/ReplOpts.html" title="class in bjc.replpair">ReplOpts</a></dt> +<dd> +<div class="block">Whether to process multi-line defns.</div> +</dd> +<dt><span class="memberNameLink"><a href="bjc/replpair/ReplOpts.html#defPrior">defPrior</a></span> - Variable in class bjc.replpair.<a href="bjc/replpair/ReplOpts.html" title="class in bjc.replpair">ReplOpts</a></dt> +<dd> +<div class="block">The default priority.</div> +</dd> +<dt><span class="memberNameLink"><a href="bjc/replpair/ReplOpts.html#defStage">defStage</a></span> - Variable in class bjc.replpair.<a href="bjc/replpair/ReplOpts.html" title="class in bjc.replpair">ReplOpts</a></dt> +<dd> +<div class="block">The default stage.</div> +</dd> +<dt><span class="memberNameLink"><a href="bjc/replpair/ReplOpts.html#defStatus">defStatus</a></span> - Variable in class bjc.replpair.<a href="bjc/replpair/ReplOpts.html" title="class in bjc.replpair">ReplOpts</a></dt> +<dd> +<div class="block">Default status.</div> +</dd> +</dl> <a name="I:F"> <!-- --> </a> @@ -103,6 +125,16 @@ <div class="block">The string to look for.</div> </dd> </dl> +<a name="I:I"> +<!-- --> +</a> +<h2 class="title">I</h2> +<dl> +<dt><span class="memberNameLink"><a href="bjc/replpair/ReplOpts.html#isDebug">isDebug</a></span> - Variable in class bjc.replpair.<a href="bjc/replpair/ReplOpts.html" title="class in bjc.replpair">ReplOpts</a></dt> +<dd> +<div class="block">Enable debug info.</div> +</dd> +</dl> <a name="I:L"> <!-- --> </a> @@ -166,6 +198,8 @@ <div class="block">Read a list of replacement pairs from an input source, adding them to an existing list.</div> </dd> +<dt><span class="memberNameLink"><a href="bjc/replpair/ReplPair.html#readList-java.util.List-java.util.Scanner-java.util.List-bjc.replpair.ReplOpts-">readList(List<ReplPair>, Scanner, List<ReplError>, ReplOpts)</a></span> - Static method in class bjc.replpair.<a href="bjc/replpair/ReplPair.html" title="class in bjc.replpair">ReplPair</a></dt> +<dd> </dd> <dt><span class="memberNameLink"><a href="bjc/replpair/ReplPair.html#replace">replace</a></span> - Variable in class bjc.replpair.<a href="bjc/replpair/ReplPair.html" title="class in bjc.replpair">ReplPair</a></dt> <dd> <div class="block">The string to replace it with.</div> @@ -178,6 +212,18 @@ <dd> <div class="block">Create a new ReplPair parse error.</div> </dd> +<dt><a href="bjc/replpair/ReplOpts.html" title="class in bjc.replpair"><span class="typeNameLink">ReplOpts</span></a> - Class in <a href="bjc/replpair/package-summary.html">bjc.replpair</a></dt> +<dd> +<div class="block">Options for processing ReplPairs.</div> +</dd> +<dt><span class="memberNameLink"><a href="bjc/replpair/ReplOpts.html#ReplOpts--">ReplOpts()</a></span> - Constructor for class bjc.replpair.<a href="bjc/replpair/ReplOpts.html" title="class in bjc.replpair">ReplOpts</a></dt> +<dd> +<div class="block">Create a default set of options.</div> +</dd> +<dt><span class="memberNameLink"><a href="bjc/replpair/ReplOpts.html#ReplOpts-int-int-boolean-bjc.replpair.StageStatus-boolean-">ReplOpts(int, int, boolean, StageStatus, boolean)</a></span> - Constructor for class bjc.replpair.<a href="bjc/replpair/ReplOpts.html" title="class in bjc.replpair">ReplOpts</a></dt> +<dd> +<div class="block">Create a new set of repl.</div> +</dd> <dt><a href="bjc/replpair/ReplPair.html" title="class in bjc.replpair"><span class="typeNameLink">ReplPair</span></a> - Class in <a href="bjc/replpair/package-summary.html">bjc.replpair</a></dt> <dd> <div class="block">String pairs for replacements.</div> @@ -242,7 +288,7 @@ the order they are declared.</div> </dd> </dl> -<a href="#I:A">A</a> <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:F">F</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:V">V</a> </div> +<a href="#I:A">A</a> <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:F">F</a> <a href="#I:I">I</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:V">V</a> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> |
