public class Colon3Node extends Node implements INameNode
| Modifier and Type | Field and Description | 
|---|---|
| protected String | name | 
containsVariableAssignment, newline| 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, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toStringprotected String name
public Colon3Node(ISourcePosition position, String name)
protected Colon3Node(ISourcePosition position, String name, boolean containsAssignment)
public NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> iVisitor)
public String getName()
public List<Node> childNodes()
childNodes in class Nodepublic void setName(String name)
Copyright © 2001-2015 JRuby. All Rights Reserved.