public class Colon3Node extends Node implements INameNode
Modifier and Type | Field and Description |
---|---|
protected String |
name |
containsVariableAssignment
Modifier | Constructor and Description |
---|---|
|
Colon3Node(ISourcePosition position,
String name) |
protected |
Colon3Node(ISourcePosition position,
String name,
boolean containsAssignment) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(NodeVisitor<T> iVisitor)
Accept for the visitor pattern.
|
List<Node> |
childNodes() |
String |
getName()
Gets the name.
|
NodeType |
getNodeType() |
void |
setName(String name) |
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getLine, getNodeName, getPosition, isNil, needsDefinitionCheck, setPosition, toString, toString
protected String name
public Colon3Node(ISourcePosition position, String name)
protected Colon3Node(ISourcePosition position, String name, boolean containsAssignment)
public NodeType getNodeType()
getNodeType
in class Node
public <T> T accept(NodeVisitor<T> iVisitor)
public String getName()
public List<Node> childNodes()
childNodes
in class Node
public void setName(String name)
Copyright © 2001-2015 JRuby. All Rights Reserved.