org.jrubyparser.ast
Class Colon2ImplicitNode
java.lang.Object
org.jrubyparser.ast.Node
org.jrubyparser.ast.Colon3Node
org.jrubyparser.ast.Colon2Node
org.jrubyparser.ast.Colon2ImplicitNode
- All Implemented Interfaces:
- INameMatchable, INameNode, ISourcePositionHolder
public class Colon2ImplicitNode
- extends Colon2Node
Represents a bare class declaration (e.g. class Foo/module Foo). This is slightly misnamed
since it contains no double colons (::), but our cname production needs to be a common type.
In JRuby 2, we will rename this.
| 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 |
Colon2ImplicitNode
public Colon2ImplicitNode(SourcePosition position,
String name)
Copyright © 2013. All Rights Reserved.