C# Class ICSharpCode.NRefactory.CSharp.Roles

Show file Open project: 0xd4d/NRefactory

Public Properties

Property Type Description
AliasKeyword TokenRole
Argument Role
Assign TokenRole
Attribute Role
AttributeTargetRole Role
BaseType Role
Body Role
ClassKeyword TokenRole
Colon TokenRole
Comma TokenRole
Comment Role
Condition Role
Constraint Role
ConstraintTypeParameter Role
DelegateKeyword TokenRole
Dot TokenRole
DoubleColon TokenRole
EmbeddedStatement Role
EnumKeyword TokenRole
Error Role
Expression Role
ExternKeyword TokenRole
Identifier Role
InterfaceKeyword TokenRole
LBrace TokenRole
LBracket TokenRole
LChevron TokenRole
LPar TokenRole
NamespaceKeyword TokenRole
NewLine Role
Parameter Role
PreProcessorDirective Role
RBrace TokenRole
RBracket TokenRole
RChevron TokenRole
RPar TokenRole
Root Role
Semicolon TokenRole
StructKeyword TokenRole
TargetExpression Role
Text Role
Type Role
TypeArgument Role
TypeMemberRole Role
TypeParameter Role
Variable Role
WhereKeyword TokenRole
Whitespace Role

Property Details

AliasKeyword public static property

public static TokenRole AliasKeyword
return TokenRole

Argument public static property

public static Role Argument
return Role

Assign public static property

public static TokenRole Assign
return TokenRole

Attribute public static property

public static Role Attribute
return Role

AttributeTargetRole public static property

public static Role AttributeTargetRole
return Role

BaseType public static property

public static Role BaseType
return Role

Body public static property

public static Role Body
return Role

ClassKeyword public static property

public static TokenRole ClassKeyword
return TokenRole

Colon public static property

public static TokenRole Colon
return TokenRole

Comma public static property

public static TokenRole Comma
return TokenRole

Comment public static property

public static Role Comment
return Role

Condition public static property

public static Role Condition
return Role

Constraint public static property

public static Role Constraint
return Role

ConstraintTypeParameter public static property

public static Role ConstraintTypeParameter
return Role

DelegateKeyword public static property

public static TokenRole DelegateKeyword
return TokenRole

Dot public static property

public static TokenRole Dot
return TokenRole

DoubleColon public static property

public static TokenRole DoubleColon
return TokenRole

EmbeddedStatement public static property

public static Role EmbeddedStatement
return Role

EnumKeyword public static property

public static TokenRole EnumKeyword
return TokenRole

Error public static property

public static Role Error
return Role

Expression public static property

public static Role Expression
return Role

ExternKeyword public static property

public static TokenRole ExternKeyword
return TokenRole

Identifier public static property

public static Role Identifier
return Role

InterfaceKeyword public static property

public static TokenRole InterfaceKeyword
return TokenRole

LBrace public static property

public static TokenRole LBrace
return TokenRole

LBracket public static property

public static TokenRole LBracket
return TokenRole

LChevron public static property

public static TokenRole LChevron
return TokenRole

LPar public static property

public static TokenRole LPar
return TokenRole

NamespaceKeyword public static property

public static TokenRole NamespaceKeyword
return TokenRole

NewLine public static property

public static Role NewLine
return Role

Parameter public static property

public static Role Parameter
return Role

PreProcessorDirective public static property

public static Role PreProcessorDirective
return Role

RBrace public static property

public static TokenRole RBrace
return TokenRole

RBracket public static property

public static TokenRole RBracket
return TokenRole

RChevron public static property

public static TokenRole RChevron
return TokenRole

RPar public static property

public static TokenRole RPar
return TokenRole

Root public static property

public static Role Root
return Role

Semicolon public static property

public static TokenRole Semicolon
return TokenRole

StructKeyword public static property

public static TokenRole StructKeyword
return TokenRole

TargetExpression public static property

public static Role TargetExpression
return Role

Text public static property

public static Role Text
return Role

Type public static property

public static Role Type
return Role

TypeArgument public static property

public static Role TypeArgument
return Role

TypeMemberRole public static property

public static Role TypeMemberRole
return Role

TypeParameter public static property

public static Role TypeParameter
return Role

Variable public static property

public static Role Variable
return Role

WhereKeyword public static property

public static TokenRole WhereKeyword
return TokenRole

Whitespace public static property

public static Role Whitespace
return Role