Method |
Description |
|
CreateSeperators ( ) : IDictionary |
|
|
EscapeInitialAndClosingDoubleQuotes ( string code ) : string |
|
|
GetExpressionsPositions ( string code ) : IList |
Will find all the (outer most ${} expressions in the code, and return their positions). Smart enough to figure out $${} escaping, but not much more |
|
GetSeperators ( string code ) : DictionaryEntry |
|
|
Output ( StringWriter buffer, string code ) : void |
|
|
OutputExpression ( StringWriter buffer, string code ) : void |
|
|
OutputText ( StringWriter buffer, string code ) : void |
|
|
ParentExpressionIsNotValid ( List bracesPositions, int index ) : bool |
|
|
ShouldPreProcess ( string code ) : bool |
|
|