|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jrubyparser.ast.Node
org.jrubyparser.ast.Colon3Node
org.jrubyparser.ast.Colon2Node
org.jrubyparser.ast.Colon2ConstNode
public class Colon2ConstNode
| Field Summary |
|---|
| Fields inherited from class org.jrubyparser.ast.Colon2Node |
|---|
leftNode |
| Fields inherited from class org.jrubyparser.ast.Colon3Node |
|---|
name |
| Constructor Summary | |
|---|---|
Colon2ConstNode(SourcePosition position,
Node leftNode,
String name)
|
|
| Method Summary |
|---|
| Methods inherited from class org.jrubyparser.ast.Colon2Node |
|---|
accept, getLeftNode, getNodeType, isSame |
| Methods inherited from class org.jrubyparser.ast.Colon3Node |
|---|
getLexicalName, getLexicalNamePosition, getName, getNamePosition, isNameMatch, setName |
| 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 |
| Methods inherited from interface org.jrubyparser.ast.INameNode |
|---|
getLexicalName, getLexicalNamePosition, getName, getNamePosition, setName |
| Methods inherited from interface org.jrubyparser.ast.INameMatchable |
|---|
isNameMatch |
| Constructor Detail |
|---|
public Colon2ConstNode(SourcePosition position,
Node leftNode,
String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||