@inaut/math-functions
Version:
Executes code-lines with function calls like Excel
767 lines • 57.4 kB
HTML
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>BooleanNode | @inaut/math-functions</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">@inaut/math-functions</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../globals.html">Globals</a>
</li>
<li>
<a href="../modules/_math_functions_nodes_boolean_node_.html">"math-functions/nodes/boolean-node"</a>
</li>
<li>
<a href="_math_functions_nodes_boolean_node_.booleannode.html">BooleanNode</a>
</li>
</ul>
<h1>Class BooleanNode</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<a href="_math_functions_nodes_data_node_.datanode.html" class="tsd-signature-type">DataNode</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span>
<ul class="tsd-hierarchy">
<li>
<span class="target">BooleanNode</span>
</li>
</ul>
</li>
</ul>
</section>
<section class="tsd-panel">
<h3>Implements</h3>
<ul class="tsd-hierarchy">
<li><a href="../interfaces/_math_functions_nodes_node_interface_.inode.html" class="tsd-signature-type">INode</a></li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="_math_functions_nodes_boolean_node_.booleannode.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section tsd-is-inherited">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="_math_functions_nodes_boolean_node_.booleannode.html#children" class="tsd-kind-icon">children</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="_math_functions_nodes_boolean_node_.booleannode.html#parent" class="tsd-kind-icon">parent</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="_math_functions_nodes_boolean_node_.booleannode.html#position" class="tsd-kind-icon">position</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="_math_functions_nodes_boolean_node_.booleannode.html#type" class="tsd-kind-icon">type</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="_math_functions_nodes_boolean_node_.booleannode.html#value" class="tsd-kind-icon">value</a></li>
</ul>
</section>
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="_math_functions_nodes_boolean_node_.booleannode.html#applytoparent" class="tsd-kind-icon">apply<wbr>ToParent</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited"><a href="_math_functions_nodes_boolean_node_.booleannode.html#execute" class="tsd-kind-icon">execute</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_math_functions_nodes_boolean_node_.booleannode.html#executeasync" class="tsd-kind-icon">execute<wbr>Async</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_math_functions_nodes_boolean_node_.booleannode.html#executechildren" class="tsd-kind-icon">execute<wbr>Children</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_math_functions_nodes_boolean_node_.booleannode.html#executechildrenasync" class="tsd-kind-icon">execute<wbr>Children<wbr>Async</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_math_functions_nodes_boolean_node_.booleannode.html#getdatatype" class="tsd-kind-icon">get<wbr>Datatype</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="_math_functions_nodes_boolean_node_.booleannode.html#getfillchars" class="tsd-kind-icon">get<wbr>Fill<wbr>Chars</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_math_functions_nodes_boolean_node_.booleannode.html#getvalue" class="tsd-kind-icon">get<wbr>Value</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="_math_functions_nodes_boolean_node_.booleannode.html#getvalueasstring" class="tsd-kind-icon">get<wbr>Value<wbr>AsString</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_math_functions_nodes_boolean_node_.booleannode.html#isasyncron" class="tsd-kind-icon">is<wbr>Asyncron</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_math_functions_nodes_boolean_node_.booleannode.html#isexecutable" class="tsd-kind-icon">is<wbr>Executable</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_math_functions_nodes_boolean_node_.booleannode.html#printvalues" class="tsd-kind-icon">print<wbr>Values</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="_math_functions_nodes_boolean_node_.booleannode.html#removefromparent" class="tsd-kind-icon">remove<wbr>From<wbr>Parent</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="_math_functions_nodes_boolean_node_.booleannode.html#replacechild" class="tsd-kind-icon">replace<wbr>Child</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited"><a href="_math_functions_nodes_boolean_node_.booleannode.html#setorder" class="tsd-kind-icon">set<wbr>Order</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_math_functions_nodes_boolean_node_.booleannode.html#setparent" class="tsd-kind-icon">set<wbr>Parent</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited"><a href="_math_functions_nodes_boolean_node_.booleannode.html#tojson" class="tsd-kind-icon">toJSON</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited"><a href="_math_functions_nodes_boolean_node_.booleannode.html#tostring" class="tsd-kind-icon">to<wbr>String</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_math_functions_nodes_boolean_node_.booleannode.html#validate" class="tsd-kind-icon">validate</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Boolean<wbr>Node<span class="tsd-signature-symbol">(</span>position<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, parent<span class="tsd-signature-symbol">: </span><a href="_math_functions_nodes_node_class_.node.html" class="tsd-signature-type">Node</a>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_math_functions_nodes_boolean_node_.booleannode.html" class="tsd-signature-type">BooleanNode</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides <a href="_math_functions_nodes_data_node_.datanode.html">DataNode</a>.<a href="_math_functions_nodes_data_node_.datanode.html#constructor">constructor</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/boolean-node.ts:5</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>position: <span class="tsd-signature-type">number</span></h5>
</li>
<li>
<h5>parent: <a href="_math_functions_nodes_node_class_.node.html" class="tsd-signature-type">Node</a></h5>
</li>
<li>
<h5>value: <span class="tsd-signature-type">boolean</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="_math_functions_nodes_boolean_node_.booleannode.html" class="tsd-signature-type">BooleanNode</a></h4>
</li>
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a name="children" class="tsd-anchor"></a>
<h3>children</h3>
<div class="tsd-signature tsd-kind-icon">children<span class="tsd-signature-symbol">:</span> <a href="_math_functions_nodes_node_class_.node.html" class="tsd-signature-type">Node</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = new Array<Node>()</span></div>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/_math_functions_nodes_node_interface_.inode.html">INode</a>.<a href="../interfaces/_math_functions_nodes_node_interface_.inode.html#children">children</a></p>
<p>Inherited from <a href="_math_functions_nodes_node_class_.node.html">Node</a>.<a href="_math_functions_nodes_node_class_.node.html#children">children</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/node.class.ts:18</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a name="parent" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> parent</h3>
<div class="tsd-signature tsd-kind-icon">parent<span class="tsd-signature-symbol">:</span> <a href="_math_functions_nodes_node_class_.node.html" class="tsd-signature-type">Node</a></div>
<aside class="tsd-sources">
<p>Inherited from <a href="_math_functions_nodes_node_class_.node.html">Node</a>.<a href="_math_functions_nodes_node_class_.node.html#parent">parent</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/node.class.ts:11</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a name="position" class="tsd-anchor"></a>
<h3>position</h3>
<div class="tsd-signature tsd-kind-icon">position<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/_math_functions_nodes_node_interface_.inode.html">INode</a>.<a href="../interfaces/_math_functions_nodes_node_interface_.inode.html#position">position</a></p>
<p>Inherited from <a href="_math_functions_nodes_node_class_.node.html">Node</a>.<a href="_math_functions_nodes_node_class_.node.html#position">position</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/node.class.ts:11</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a name="type" class="tsd-anchor"></a>
<h3>type</h3>
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <a href="../enums/_math_functions_nodes_node_enum_.enodetype.html" class="tsd-signature-type">ENodeType</a></div>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/_math_functions_nodes_node_interface_.inode.html">INode</a>.<a href="../interfaces/_math_functions_nodes_node_interface_.inode.html#type">type</a></p>
<p>Inherited from <a href="_math_functions_nodes_node_class_.node.html">Node</a>.<a href="_math_functions_nodes_node_class_.node.html#type">type</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/node.class.ts:11</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a name="value" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> value</h3>
<div class="tsd-signature tsd-kind-icon">value<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="_math_functions_nodes_data_node_.datanode.html">DataNode</a>.<a href="_math_functions_nodes_data_node_.datanode.html#value">value</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/data-node.ts:13</li>
</ul>
</aside>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a name="applytoparent" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> apply<wbr>ToParent</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">apply<wbr>ToParent<span class="tsd-signature-symbol">(</span>newParent<span class="tsd-signature-symbol">?: </span><a href="_math_functions_nodes_node_class_.node.html" class="tsd-signature-type">Node</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_math_functions_nodes_node_class_.node.html">Node</a>.<a href="_math_functions_nodes_node_class_.node.html#applytoparent">applyToParent</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/node.class.ts:145</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Adds this node to the parent nodes. If <code>newParent</code> is provided, sets this one as <code>parent</code>.</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> newParent: <a href="_math_functions_nodes_node_class_.node.html" class="tsd-signature-type">Node</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited">
<a name="execute" class="tsd-anchor"></a>
<h3>execute</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">execute<span class="tsd-signature-symbol">(</span>environment<span class="tsd-signature-symbol">: </span><a href="../interfaces/_math_functions_script_environment_.scriptenvironment.html" class="tsd-signature-type">ScriptEnvironment</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_math_functions_nodes_data_node_.datanode.html">DataNode</a>.<a href="_math_functions_nodes_data_node_.datanode.html#execute">execute</a></p>
<p>Overrides <a href="_math_functions_nodes_node_class_.node.html">Node</a>.<a href="_math_functions_nodes_node_class_.node.html#execute">execute</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/data-node.ts:60</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Returns the value of this node</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>environment: <a href="../interfaces/_math_functions_script_environment_.scriptenvironment.html" class="tsd-signature-type">ScriptEnvironment</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="executeasync" class="tsd-anchor"></a>
<h3>execute<wbr>Async</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">execute<wbr>Async<span class="tsd-signature-symbol">(</span>environment<span class="tsd-signature-symbol">: </span><a href="../interfaces/_math_functions_script_environment_.scriptenvironment.html" class="tsd-signature-type">ScriptEnvironment</a>, execPath<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_math_functions_nodes_node_class_.node.html">Node</a>.<a href="_math_functions_nodes_node_class_.node.html#executeasync">executeAsync</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/node.class.ts:64</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>environment: <a href="../interfaces/_math_functions_script_environment_.scriptenvironment.html" class="tsd-signature-type">ScriptEnvironment</a></h5>
</li>
<li>
<h5>execPath: <span class="tsd-signature-type">string</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="executechildren" class="tsd-anchor"></a>
<h3>execute<wbr>Children</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">execute<wbr>Children<span class="tsd-signature-symbol">(</span>index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, scriptEnvironment<span class="tsd-signature-symbol">: </span><a href="../interfaces/_math_functions_script_environment_.scriptenvironment.html" class="tsd-signature-type">ScriptEnvironment</a>, execPath<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_math_functions_nodes_node_class_.node.html">Node</a>.<a href="_math_functions_nodes_node_class_.node.html#executechildren">executeChildren</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/node.class.ts:109</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>index: <span class="tsd-signature-type">number</span></h5>
</li>
<li>
<h5>scriptEnvironment: <a href="../interfaces/_math_functions_script_environment_.scriptenvironment.html" class="tsd-signature-type">ScriptEnvironment</a></h5>
</li>
<li>
<h5>execPath: <span class="tsd-signature-type">string</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="executechildrenasync" class="tsd-anchor"></a>
<h3>execute<wbr>Children<wbr>Async</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">execute<wbr>Children<wbr>Async<span class="tsd-signature-symbol">(</span>index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, scriptEnvironment<span class="tsd-signature-symbol">: </span><a href="../interfaces/_math_functions_script_environment_.scriptenvironment.html" class="tsd-signature-type">ScriptEnvironment</a>, execPath<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_math_functions_nodes_node_class_.node.html">Node</a>.<a href="_math_functions_nodes_node_class_.node.html#executechildrenasync">executeChildrenAsync</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/node.class.ts:117</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>index: <span class="tsd-signature-type">number</span></h5>
</li>
<li>
<h5>scriptEnvironment: <a href="../interfaces/_math_functions_script_environment_.scriptenvironment.html" class="tsd-signature-type">ScriptEnvironment</a></h5>
</li>
<li>
<h5>execPath: <span class="tsd-signature-type">string</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="getdatatype" class="tsd-anchor"></a>
<h3>get<wbr>Datatype</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">get<wbr>Datatype<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_math_functions_nodes_data_node_.datanode.html">DataNode</a>.<a href="_math_functions_nodes_data_node_.datanode.html#getdatatype">getDatatype</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/data-node.ts:27</li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a name="getfillchars" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> get<wbr>Fill<wbr>Chars</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">get<wbr>Fill<wbr>Chars<span class="tsd-signature-symbol">(</span>deepness<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, fillWith<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_math_functions_nodes_node_class_.node.html">Node</a>.<a href="_math_functions_nodes_node_class_.node.html#getfillchars">getFillChars</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/node.class.ts:82</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>deepness: <span class="tsd-signature-type">number</span></h5>
</li>
<li>
<h5><span class="tsd-flag ts-flagDefault value">Default value</span> fillWith: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = " "</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="getvalue" class="tsd-anchor"></a>
<h3>get<wbr>Value</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">get<wbr>Value<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_math_functions_nodes_data_node_.datanode.html">DataNode</a>.<a href="_math_functions_nodes_data_node_.datanode.html#getvalue">getValue</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/data-node.ts:31</li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a name="getvalueasstring" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> get<wbr>Value<wbr>AsString</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">get<wbr>Value<wbr>AsString<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_math_functions_nodes_data_node_.datanode.html">DataNode</a>.<a href="_math_functions_nodes_data_node_.datanode.html#getvalueasstring">getValueAsString</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/data-node.ts:39</li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="isasyncron" class="tsd-anchor"></a>
<h3>is<wbr>Asyncron</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">is<wbr>Asyncron<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_math_functions_nodes_node_class_.node.html">Node</a>.<a href="_math_functions_nodes_node_class_.node.html#isasyncron">isAsyncron</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/node.class.ts:58</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Returns true if this node needs to be executed asyncron.<br>This usually true, when</p>
<ul>
<li>Minimum of one children requires asyncron execution too</li>
<li>The node it self (like the function) requires asyncron execution. Therefore, override this method in derived node.</li>
</ul>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="isexecutable" class="tsd-anchor"></a>
<h3>is<wbr>Executable</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">is<wbr>Executable<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_math_functions_nodes_node_class_.node.html">Node</a>.<a href="_math_functions_nodes_node_class_.node.html#isexecutable">isExecutable</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/node.class.ts:48</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Returns true, if this node is executing and therefore, can also have children. If false, node is a literal.</p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="printvalues" class="tsd-anchor"></a>
<h3>print<wbr>Values</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">print<wbr>Values<span class="tsd-signature-symbol">(</span>deepness<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_math_functions_nodes_node_class_.node.html">Node</a>.<a href="_math_functions_nodes_node_class_.node.html#printvalues">printValues</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/node.class.ts:29</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5><span class="tsd-flag ts-flagDefault value">Default value</span> deepness: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 0</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a name="removefromparent" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> remove<wbr>From<wbr>Parent</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">remove<wbr>From<wbr>Parent<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_math_functions_nodes_node_class_.node.html">Node</a>.<a href="_math_functions_nodes_node_class_.node.html#removefromparent">removeFromParent</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/node.class.ts:133</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Removes this node from the parent node. Deletes the parent-object afterwards.</p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a name="replacechild" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> replace<wbr>Child</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">replace<wbr>Child<span class="tsd-signature-symbol">(</span>replaceChild<span class="tsd-signature-symbol">: </span><a href="_math_functions_nodes_node_class_.node.html" class="tsd-signature-type">Node</a>, newChild<span class="tsd-signature-symbol">: </span><a href="_math_functions_nodes_node_class_.node.html" class="tsd-signature-type">Node</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_math_functions_nodes_node_class_.node.html">Node</a>.<a href="_math_functions_nodes_node_class_.node.html#replacechild">replaceChild</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/node.class.ts:166</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Replaces a child-node with a new node.</p>
</div>
<p>Adds the new node as child to this node, only if the child to replace exists.
Sets the parent of the new child-node and deletes the parent at the node to replace.</p>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>replaceChild: <a href="_math_functions_nodes_node_class_.node.html" class="tsd-signature-type">Node</a></h5>
</li>
<li>
<h5>newChild: <a href="_math_functions_nodes_node_class_.node.html" class="tsd-signature-type">Node</a></h5>
<div class="tsd-comment tsd-typography">
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited">
<a name="setorder" class="tsd-anchor"></a>
<h3>set<wbr>Order</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">set<wbr>Order<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_math_functions_nodes_data_node_.datanode.html">DataNode</a>.<a href="_math_functions_nodes_data_node_.datanode.html#setorder">setOrder</a></p>
<p>Overrides <a href="_math_functions_nodes_node_class_.node.html">Node</a>.<a href="_math_functions_nodes_node_class_.node.html#setorder">setOrder</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/data-node.ts:35</li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="setparent" class="tsd-anchor"></a>
<h3>set<wbr>Parent</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">set<wbr>Parent<span class="tsd-signature-symbol">(</span>newParent<span class="tsd-signature-symbol">: </span><a href="_math_functions_nodes_node_class_.node.html" class="tsd-signature-type">Node</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_math_functions_nodes_node_class_.node.html">Node</a>.<a href="_math_functions_nodes_node_class_.node.html#setparent">setParent</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/node.class.ts:104</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Sets a new parent.
First, removes this node from the parent node and deletes the parent-object.
Aftwards applies this node to the new parent and sets the parent-object.</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>newParent: <a href="_math_functions_nodes_node_class_.node.html" class="tsd-signature-type">Node</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited">
<a name="tojson" class="tsd-anchor"></a>
<h3>toJSON</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">toJSON<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/_math_functions_nodes_data_node_.idatanode.html" class="tsd-signature-type">IDataNode</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_math_functions_nodes_data_node_.datanode.html">DataNode</a>.<a href="_math_functions_nodes_data_node_.datanode.html#tojson">toJSON</a></p>
<p>Overrides <a href="_math_functions_nodes_node_class_.node.html">Node</a>.<a href="_math_functions_nodes_node_class_.node.html#tojson">toJSON</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/data-node.ts:21</li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/_math_functions_nodes_data_node_.idatanode.html" class="tsd-signature-type">IDataNode</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited">
<a name="tostring" class="tsd-anchor"></a>
<h3>to<wbr>String</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">to<wbr>String<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_math_functions_nodes_data_node_.datanode.html">DataNode</a>.<a href="_math_functions_nodes_data_node_.datanode.html#tostring">toString</a></p>
<p>Overrides <a href="_math_functions_nodes_node_class_.node.html">Node</a>.<a href="_math_functions_nodes_node_class_.node.html#tostring">toString</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/data-node.ts:17</li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="validate" class="tsd-anchor"></a>
<h3>validate</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">validate<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_math_functions_nodes_node_class_.node.html">Node</a>.<a href="_math_functions_nodes_node_class_.node.html#validate">validate</a></p>
<ul>
<li>Defined in Development/math-functions/src/math-functions/nodes/node.class.ts:92</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Validates the nodes. Throws an ExpressionError (or derived), if validation fails!</p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../globals.html"><em>Globals</em></a>
</li>
<li class="current tsd-kind-external-module">
<a href="../modules/_math_functions_nodes_boolean_node_.html">"math-<wbr>functions/nodes/boolean-<wbr>node"</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
</ul>
<ul class="current">
<li class="current tsd-kind-class tsd-parent-kind-external-module">
<a href="_math_functions_nodes_boolean_node_.booleannode.html" class="tsd-kind-icon">Boolean<wbr>Node</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="_math_functions_nodes_boolean_node_.booleannode.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a href="_math_functions_nodes_boolean_node_.booleannode.html#children" class="tsd-kind-icon">children</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a href="_math_functions_nodes_boolean_node_.booleannode.html#parent" class="tsd-kind-icon">parent</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a href="_math_functions_nodes_boolean_node_.booleannode.html#position" class="tsd-kind-icon">position</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a href="_math_functions_nodes_boolean_node_.booleannode.html#type" class="tsd-kind-icon">type</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="_math_functions_nodes_boolean_node_.booleannode.html#value" class="tsd-kind-icon">value</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="_math_functions_nodes_boolean_node_.booleannode.html#applytoparent" class="tsd-kind-icon">apply<wbr>ToParent</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited">
<a href="_math_functions_nodes_boolean_node_.booleannode.html#execute" class="tsd-kind-icon">execute</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a href="_math_functions_nodes_boolean_node_.booleannode.html#executeasync" class="tsd-kind-icon">execute<wbr>Async</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a href="_math_functions_nodes_boolean_node_.booleannode.html#executechildren" class="tsd-kind-icon">execute<wbr>Children</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a href="_math_functions_nodes_boolean_node_.booleannode.html#executechildrenasync" class="tsd-kind-icon">execute<wbr>Children<wbr>Async</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a href="_math_functions_nodes_boolean_node_.booleannode.html#getdatatype" class="tsd-kind-icon">get<wbr>Datatype</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="_math_functions_nodes_boolean_node_.booleannode.html#getfillchars" class="tsd-kind-icon">get<wbr>Fill<wbr>Chars</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a href="_math_functions_nodes_boolean_node_.booleannode.html#getvalue" class="tsd-kind-icon">get<wbr>Value</a>
</li>
<li class=" tsd-kin