C# Class IronRuby.Compiler.Ast.FileLiteral

Represents __FILE__ literal encoded by the containing source file encoding.
Inheritance: Expression
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Private Methods

Méthode Description
FileLiteral ( Microsoft.Scripting.SourceSpan location ) : System.Diagnostics
TransformRead ( AstGenerator gen ) : Expression