beta.xbrl.xule.ConstantDeclaration¶
A beta.xbrl.xule.ConstantDeclaration class represents a top-level constant declaration in the XULE parse tree.
Base class: beta.xbrl.xule.Expression
-
class
beta.xbrl.xule.ConstantDeclaration¶ Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedErrorexception.
Attributes¶
-
beta.xbrl.xule.ConstantDeclaration.name¶ Returns the name of this constant declaration.
-
beta.xbrl.xule.Expression.source_location Returns a
beta.xbrl.xule.SourceLocationobject that represents the location in the original XULE source file.
-
beta.xbrl.xule.Expression.type Returns a
beta.xbrl.xule.ExpressionTypeenumeration that represents the type of the expression.
-
beta.xbrl.xule.ConstantDeclaration.value¶ Evaluates and returns a
beta.xbrl.xule.Valueobject that represents the value of this constant declaration or raises anbeta.xbrl.xule.:obj:`RuntimeError`exception.
Special methods¶
__eq__, __ge__, __gt__, __le__, __lt__, __ne__