- Namespace
- XamlX
.Ast - Interfaces
- Base Types
-
- object
- XamlAstNode
- Derived Types
graph BT
Type-->Base0["XamlAstNode"]
click Base0 "/api/XamlX.Ast/XamlAstNode"
Base0-->Base1["object"]
Type-.->Interface0["IXamlAstNode"]
click Interface0 "/api/XamlX.Ast/IXamlAstNode"
Type-.->Interface1["IXamlLineInfo"]
click Interface1 "/api/XamlX.Ast/IXamlLineInfo"
Type["XamlMethodCallBaseNode"]
class Type type-node
Derived0["XamlNoReturnMethodCallNode"]-->Type
click Derived0 "/api/XamlX.Ast/XamlNoReturnMethodCallNode"
Derived1["XamlStaticOrTargetedReturnMethodCallNode"]-->Type
click Derived1 "/api/XamlX.Ast/XamlStaticOrTargetedReturnMethodCallNode"
Syntax
public abstract class XamlMethodCallBaseNode : XamlAstNode, IXamlAstNode, IXamlLineInfo
Constructors
Properties
Name | Value | Summary |
---|---|---|
Arguments | List |
|
Line | int |
Inherited from XamlAstNode
|
Method | IXamlWrappedMethod | |
Position | int |
Inherited from XamlAstNode
|
Methods
Name | Value | Summary |
---|---|---|
Visit |
IXamlAstNode |
Inherited from XamlAstNode
|
VisitChildren |
void | |
VisitList |
void |
Inherited from XamlAstNode
static
|