Package org.jruby.ast
Class FileNode
java.lang.Object
org.jruby.ast.Node
org.jruby.ast.StrNode
org.jruby.ast.FileNode
- All Implemented Interfaces:
LiteralValue
,SideEffectFree
,ILiteralNode
Represents __FILE__ nodes
-
Field Summary
Fields inherited from class org.jruby.ast.Node
containsVariableAssignment, newline
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jruby.ast.StrNode
accept, childNodes, equals, getCodeRange, getNodeType, getStringStyle, getValue, hashCode, literalValue, setStringStyle
Methods inherited from class org.jruby.ast.Node
containsVariableAssignment, createList, createList, createList, createList, executesOnce, getFile, getLine, getNodeName, isNewline, isNil, needsDefinitionCheck, setLine, setNewline, toString, toString, toStringExtraInfo, toStringInternal, unsetNewline
-
Constructor Details
-
FileNode
-