Class QueryGroupClause
- Namespace
- ICSharpCode.Decompiler.CSharp.Syntax
- Assembly
- ICSharpCode.Decompiler.dll
public class QueryGroupClause : QueryClause, IAnnotatable, IFreezable, INode, ICloneable
- Inheritance
-
QueryGroupClause
- Implements
- Inherited Members
- Extension Methods
Constructors
QueryGroupClause()
public QueryGroupClause()
Fields
ByKeywordRole
public static readonly TokenRole ByKeywordRole
Field Value
GroupKeywordRole
public static readonly TokenRole GroupKeywordRole
Field Value
KeyRole
public static readonly Role<Expression> KeyRole
Field Value
ProjectionRole
public static readonly Role<Expression> ProjectionRole
Field Value
Properties
ByKeyword
public CSharpTokenNode ByKeyword { get; }
Property Value
GroupKeyword
public CSharpTokenNode GroupKeyword { get; }
Property Value
Key
public Expression Key { get; set; }
Property Value
Projection
public Expression Projection { get; set; }
Property Value
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)