C# Class IronRuby.Compiler.Ast.FileLiteral

Represents __FILE__ literal encoded by the containing source file encoding.
Inheritance: Expression
显示文件 Open project: jschementi/iron Class Usage Examples

Private Methods

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