| 
 | .NET Framework | |||||||||
| PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT | |||||||||
Utilities for dealing with the AST node structure. *
| Constructor Summary | |
|---|---|
| NodeUtils() Initializes a new instance of the NodeUtils class. | |
| Method Summary | |
|---|---|
| string | interpolate(string argStr, NVelocity.Context.IContext vars) Utility method to interpolate context variables into string literals. So that the following will work: * #set $name = "candy" $image.getURI("${name}.jpg") * And the string literal argument will be transformed into "candy.jpg" before the method is executed. | 
| string | specialText(NVelocity.Runtime.Parser.Token t) | 
| string | tokenLiteral(NVelocity.Runtime.Parser.Token t) complete node literal * | 
| Methods inherited from class System.Object | 
|---|
| Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString | 
| Constructor Detail | 
|---|
public NodeUtils()
Initializes a new instance of the NodeUtils class.
| Method Detail | 
|---|
public string interpolate(string argStr,
                          NVelocity.Context.IContext vars)
    Utility method to interpolate context variables into string literals. So that the following will work: * #set $name = "candy" $image.getURI("${name}.jpg") * And the string literal argument will be transformed into "candy.jpg" before the method is executed.
public string specialText(NVelocity.Runtime.Parser.Token t)
public string tokenLiteral(NVelocity.Runtime.Parser.Token t)
complete node literal *
| 
 | .NET Framework | |||||||||
| PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT | |||||||||