Show / Hide Table of Contents

Class StaticResolverFunction

Inheritance
System.Object
ResolverFunction
StaticResolverFunction
Inherited Members
ResolverFunction.Name
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 Source

StaticResolverFunction(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 Source

Arguments

Declaration
public IReadOnlyList<VariableNode> Arguments { get; set; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyList<SpiceSharpBehavioral.Parsers.Nodes.VariableNode>
| Improve this Doc View Source

Body

Declaration
public Node Body { get; }
Property Value
Type Description
SpiceSharpBehavioral.Parsers.Nodes.Node

Methods

| Improve this Doc View Source

GetBody()

Declaration
public Node GetBody()
Returns
Type Description
SpiceSharpBehavioral.Parsers.Nodes.Node
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX