|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Colon3Node | |
|---|---|
| org.jrubyparser | |
| org.jrubyparser.ast | |
| org.jrubyparser.parser | |
| org.jrubyparser.rewriter | |
| org.jrubyparser.util | |
| Uses of Colon3Node in org.jrubyparser |
|---|
| Methods in org.jrubyparser with parameters of type Colon3Node | |
|---|---|
Object |
NodeVisitor.visitColon3Node(Colon3Node iVisited)
|
| Uses of Colon3Node in org.jrubyparser.ast |
|---|
| Subclasses of Colon3Node in org.jrubyparser.ast | |
|---|---|
class |
Colon2ConstNode
|
class |
Colon2ImplicitNode
Represents a bare class declaration (e.g. |
class |
Colon2MethodNode
Represents a constant path which ends in a method (e.g. |
class |
Colon2Node
Represents a '::' constant access or method call (Java::JavaClass). |
| Methods in org.jrubyparser.ast that return Colon3Node | |
|---|---|
Colon3Node |
ModuleNode.getCPath()
Gets the name. |
Colon3Node |
IScopingNode.getCPath()
|
Colon3Node |
ClassNode.getCPath()
Gets the className. |
| Constructors in org.jrubyparser.ast with parameters of type Colon3Node | |
|---|---|
ClassNode(SourcePosition position,
Colon3Node cpath,
StaticScope scope,
Node bodyNode,
Node superNode)
|
|
ModuleNode(SourcePosition position,
Colon3Node cpath,
StaticScope scope,
Node bodyNode)
|
|
| Uses of Colon3Node in org.jrubyparser.parser |
|---|
| Methods in org.jrubyparser.parser that return Colon3Node | |
|---|---|
Colon3Node |
ParserSupport.new_colon3(SourcePosition position,
String name)
|
| Uses of Colon3Node in org.jrubyparser.rewriter |
|---|
| Methods in org.jrubyparser.rewriter with parameters of type Colon3Node | |
|---|---|
Object |
ReWriteVisitor.visitColon3Node(Colon3Node iVisited)
|
| Uses of Colon3Node in org.jrubyparser.util |
|---|
| Methods in org.jrubyparser.util with parameters of type Colon3Node | |
|---|---|
Object |
NoopVisitor.visitColon3Node(Colon3Node iVisited)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||