blob: fb4f18f9573b0a93629586d1e2acb712b01a4aa7 [file] [log] [blame]
<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>5.4.1.&nbsp;ASM Constant (Value)</title><link href="style.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.72.0" name="generator"><link rel="start" href="index.html" title="The VIATRA2 Model Transformation Framework"><link rel="up" href="sec_ASMConstants.html" title="5.4.&nbsp;Constants"><link rel="prev" href="sec_ASMConstants.html" title="5.4.&nbsp;Constants"><link rel="next" href="def_UndefinedValue.html" title="5.4.2.&nbsp;Undefined Value"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">5.4.1.&nbsp;ASM Constant (Value)</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="sec_ASMConstants.html">Prev</a>&nbsp;</td><th align="center" width="60%">5.4.&nbsp;Constants</th><td align="right" width="20%">&nbsp;<a accesskey="n" href="def_UndefinedValue.html">Next</a></td></tr></table><hr></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="def_AsmConstant"></a>5.4.1.&nbsp;ASM Constant (Value)</h4></div></div></div><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip: Description"><tr><td valign="top" align="center" rowspan="2" width="25"><img alt="[Tip]" src="images/tip.png"></td><th align="left"><a name="def_AsmConstant_Description"></a>Description</th></tr><tr><td valign="top" align="left"><p>
An <span class="strong"><strong>ASM constant</strong></span>
<a name="N127E4" class="indexterm"></a> is an elementary
ASM term.
</p></td></tr></table></div><div class="important" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Important: Syntax"><tr><td valign="top" align="center" rowspan="2" width="25"><img alt="[Important]" src="images/important.png"></td><th align="left"><a name="def_AsmConstant_Syntax"></a>Syntax</th></tr><tr><td valign="top" align="left"><pre class="programlisting">
ConstantValueAST ::= <a href="def_UndefinedValue.html" title="5.4.2.&nbsp;Undefined Value">UndefValueAST</a>
| <a href="def_BooleanConstant.html" title="5.4.3.&nbsp;Boolean Constant">BooleanConstantAST</a>
| <a href="def_StringConstant.html" title="5.4.5.&nbsp;String Constant">StringConstantAST</a>
| <a href="def_IntConstant.html" title="5.4.6.&nbsp;Integer Constants">IntConstantAST</a>
| <a href="def_FloatConstant.html" title="5.4.7.&nbsp;Float Constant">FloatConstantAST</a>
| <a href="def_ModelElementConstant.html" title="5.4.8.&nbsp;Model Element Constant">ModelElementConstantAST</a>
| <a href="def_MultiplicityConstant.html" title="5.4.4.&nbsp;Multiplicity Constant">MultiplicityConstantAST</a>
</pre><p>
An <span class="strong"><strong>ASM constant</strong></span> can be
<div class="itemizedlist"><ul type="disc"><li><p>an <a href="def_UndefinedValue.html" title="5.4.2.&nbsp;Undefined Value">undefined value</a>,
</p></li><li><p>a <a href="def_BooleanConstant.html" title="5.4.3.&nbsp;Boolean Constant">boolean constant</a>,
</p></li><li><p>a <a href="def_StringConstant.html" title="5.4.5.&nbsp;String Constant">string constant</a>,
</p></li><li><p>an <a href="def_IntConstant.html" title="5.4.6.&nbsp;Integer Constants">integer constant</a>,
</p></li><li><p>a <a href="def_FloatConstant.html" title="5.4.7.&nbsp;Float Constant">floating point constant</a>,
</p></li><li><p>a <a href="def_ModelElementConstant.html" title="5.4.8.&nbsp;Model Element Constant">model element constant</a>, which is a reference to a
model element resided in the model space.
</p><font color="red">&lt;listitem&gt;<p>a <a href="def_MultiplicityConstant.html" title="5.4.4.&nbsp;Multiplicity Constant">multiplicity constant</a>,
</p>&lt;/listitem&gt;</font></li></ul></div>
</p></td></tr></table></div><div class="highlights"><a name="def_AsmConstant_UsedBy"></a><p><b>Used By:&nbsp;</b>
<a href="def_BaseArithmeticTerm.html" title="5.3.4.&nbsp;Base Arithmetic Term">base arithmetic term</a>
</p></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="sec_ASMConstants.html">Prev</a>&nbsp;</td><td align="center" width="20%"><a accesskey="u" href="sec_ASMConstants.html">Up</a></td><td align="right" width="40%">&nbsp;<a accesskey="n" href="def_UndefinedValue.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">5.4.&nbsp;Constants&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;5.4.2.&nbsp;Undefined Value</td></tr></table></div></body></html>