Method | Description | |
---|---|---|
AttachParser ( MultiParser multiParserToAttach ) : void | ||
AttachParser ( |
||
Formatter ( Sarcasm.GrammarAst.Grammar grammar ) : System | ||
Formatter ( MultiParser multiParserToAttach ) : System | ||
Formatter ( |
||
GetBlockIndentation ( |
||
GetCleanedUpCommentTextLines ( string commentTextLines, int columnIndex, |
||
GetDecoratedCommentTextLines ( |
||
GetDecoration ( Utoken utoken, |
||
GetUtokensAround ( |
||
GetUtokensBetween ( |
||
GetUtokensBetweenCommentAndOwner ( |
Method | Description | |
---|---|---|
Formatter ( IFormatProvider formatProvider ) : System |
Method | Description | |
---|---|---|
Formatter ( ) : System | ||
GetDecoration ( Utoken utoken ) : IDecoration |
public AttachParser ( MultiParser multiParserToAttach ) : void | ||
multiParserToAttach | MultiParser | |
return | void |
public AttachParser ( |
||
parserToAttach | ||
return | void |
public Formatter ( Sarcasm.GrammarAst.Grammar grammar ) : System | ||
grammar | Sarcasm.GrammarAst.Grammar | |
return | System |
protected Formatter ( IFormatProvider formatProvider ) : System | ||
formatProvider | IFormatProvider | |
return | System |
public Formatter ( MultiParser multiParserToAttach ) : System | ||
multiParserToAttach | MultiParser | |
return | System |
public Formatter ( |
||
parserToAttach | ||
return | System |
public GetBlockIndentation ( |
||
leftTerminalLeaveIfAny | ||
target | ||
return | BlockIndentation |
public GetCleanedUpCommentTextLines ( string commentTextLines, int columnIndex, |
||
commentTextLines | string | |
columnIndex | int | |
commentTerminal | ||
isDecorated | bool | |
return | string[] |
public GetDecoratedCommentTextLines ( |
||
owner | ||
comment | Comment | |
return | string[] |
public GetDecoration ( Utoken utoken, |
||
utoken | Utoken | |
target | ||
return | IDecoration |
public GetUtokensAround ( |
||
target | ||
leftInsertedUtokens | InsertedUtokens | |
rightInsertedUtokens | InsertedUtokens | |
return | void |
public GetUtokensBetween ( |
||
leftTerminalLeaveTarget | ||
rightTarget | ||
return | InsertedUtokens |
public GetUtokensBetweenCommentAndOwner ( |
||
owner | ||
comment | Comment | |
commentIndex | int | |
commentCount | int | |
commentsBetweenThisAndOwner | IEnumerable |
|
return | InsertedUtokens |