Creates an ASTConstant node with specified value.
This method should be overwritten by subclasses.
Namespace:
SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public ASTConstant BuildConstantNode( Object value ) |
| Visual Basic (Declaration) |
|---|
Public Function BuildConstantNode ( _ value As Object _ ) As ASTConstant |
| Visual C++ |
|---|
public: ASTConstant^ BuildConstantNode( Object^ value ) |
Parameters
- value
- Type: System..::.Object
Return Value
Exceptions
| Exception | Condition |
|---|---|
| SingularSys.Jep..::.ParseException |