Method | Description | |
---|---|---|
CSharpModifierToken ( TextLocation location, Modifiers modifier ) : System | ||
GetModifierLength ( Modifiers modifier ) : int | ||
GetModifierName ( Modifiers modifier ) : string | ||
GetModifierValue ( string modifier ) : Modifiers | ||
ToString ( |
Method | Description | |
---|---|---|
DoMatch ( AstNode other, PatternMatching match ) : bool |
public CSharpModifierToken ( TextLocation location, Modifiers modifier ) : System | ||
location | TextLocation | |
modifier | Modifiers | |
return | System |
protected DoMatch ( AstNode other, PatternMatching match ) : bool | ||
other | AstNode | |
match | PatternMatching | |
return | bool |
public static GetModifierLength ( Modifiers modifier ) : int | ||
modifier | Modifiers | |
return | int |
public static GetModifierName ( Modifiers modifier ) : string | ||
modifier | Modifiers | |
return | string |
public static GetModifierValue ( string modifier ) : Modifiers | ||
modifier | string | |
return | Modifiers |
public ToString ( |
||
formattingOptions | ||
return | string |