Table of Contents

Class QueryOrderClause

Namespace
ICSharpCode.Decompiler.CSharp.Syntax
Assembly
ICSharpCode.Decompiler.dll
public class QueryOrderClause : QueryClause, IAnnotatable, IFreezable, INode, ICloneable
Inheritance
QueryOrderClause
Implements
Inherited Members
Extension Methods

Constructors

QueryOrderClause()

public QueryOrderClause()

Fields

OrderbyKeywordRole

public static readonly TokenRole OrderbyKeywordRole

Field Value

TokenRole

OrderingRole

public static readonly Role<QueryOrdering> OrderingRole

Field Value

Role<QueryOrdering>

Properties

OrderbyToken

public CSharpTokenNode OrderbyToken { get; }

Property Value

CSharpTokenNode

Orderings

public AstNodeCollection<QueryOrdering> Orderings { get; }

Property Value

AstNodeCollection<QueryOrdering>

Methods

AcceptVisitor(IAstVisitor)

public override void AcceptVisitor(IAstVisitor visitor)

Parameters

visitor IAstVisitor

AcceptVisitor<T>(IAstVisitor<T>)

public override T AcceptVisitor<T>(IAstVisitor<T> visitor)

Parameters

visitor IAstVisitor<T>

Returns

T

Type Parameters

T

AcceptVisitor<T, S>(IAstVisitor<T, S>, T)

public override S AcceptVisitor<T, S>(IAstVisitor<T, S> visitor, T data)

Parameters

visitor IAstVisitor<T, S>
data T

Returns

S

Type Parameters

T
S

DoMatch(AstNode, Match)

protected override bool DoMatch(AstNode other, Match match)

Parameters

other AstNode
match Match

Returns

bool