C# Class IronRuby.Compiler.Ast.StringLiteral

Represents a string literal encoded by the containing source file encoding.
Inheritance: Expression
Datei anzeigen Open project: ExpertsInside/IronSP Class Usage Examples

Protected Methods

Method Description
Walk ( Walker walker ) : void

Method Details

Walk() protected method

protected Walk ( Walker walker ) : void
walker Walker
return void