public final class Node extends Tree
Modifier and Type | Field and Description |
---|---|
Trees |
children |
String |
name |
line, line_number, parsed, position, position_number
Constructor and Description |
---|
Node(String name) |
Node(String name,
Trees children) |
Modifier and Type | Method and Description |
---|---|
Trees |
children() |
boolean |
equals(Tree e) |
String |
name() |
String |
pretty(int position) |
protected int |
size() |
String |
toString() |
add, doubleValue, is_double, is_long, is_node, is_string, is_variable, longValue, parse, stringValue, variableValue
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.