org.jrubyparser.ast
Class FileNode

java.lang.Object
  extended by org.jrubyparser.ast.Node
      extended by org.jrubyparser.ast.StrNode
          extended by org.jrubyparser.ast.FileNode
All Implemented Interfaces:
ILiteralNode, ISourcePositionHolder

public class FileNode
extends StrNode

Represents __FILE__ nodes


Constructor Summary
FileNode(SourcePosition position, String value)
           
 
Method Summary
 
Methods inherited from class org.jrubyparser.ast.StrNode
accept, getNodeType, getValue, isSame
 
Methods inherited from class org.jrubyparser.ast.Node
adopt, adopt, adoptUsingNodesPosition, childNodes, comparePositionWith, createList, getClosestIScope, getClosestModule, getGrandParent, getInlineComment, getInnermostIter, getMethodFor, getNodeAt, getNodeName, getOutermostIter, getParent, getPosition, getPositionIncludingComments, getPreviousComments, insertAfter, insertAll, insertBefore, insertNode, isBlockParameter, isDescendentOf, isLeaf, isMethodParameter, setParent, setPosition, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileNode

public FileNode(SourcePosition position,
                String value)


Copyright © 2013. All Rights Reserved.