Class StaticResolverFunction
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SpiceSharpParser.Parsers.Expression.Implementation
Assembly: SpiceSharpParser.dll
Syntax
public class StaticResolverFunction : ResolverFunction
Constructors
| Improve this Doc View SourceStaticResolverFunction(String, Node, IReadOnlyList<VariableNode>)
Declaration
public StaticResolverFunction(string name, Node body, IReadOnlyList<VariableNode> arguments)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
SpiceSharpBehavioral.Parsers.Nodes.Node | body | |
System.Collections.Generic.IReadOnlyList<SpiceSharpBehavioral.Parsers.Nodes.VariableNode> | arguments |
Properties
| Improve this Doc View SourceArguments
Declaration
public IReadOnlyList<VariableNode> Arguments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<SpiceSharpBehavioral.Parsers.Nodes.VariableNode> |
Body
Declaration
public Node Body { get; }
Property Value
Type | Description |
---|---|
SpiceSharpBehavioral.Parsers.Nodes.Node |
Methods
| Improve this Doc View SourceGetBody()
Declaration
public Node GetBody()
Returns
Type | Description |
---|---|
SpiceSharpBehavioral.Parsers.Nodes.Node |