class RangedList<T extends Node>
extends java.lang.Object
GeneratedJavaParser
Modifier and Type | Field and Description |
---|---|
(package private) NodeList<T> |
list |
(package private) TokenRange |
range |
Constructor and Description |
---|
RangedList(NodeList<T> list) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
add(T t) |
(package private) void |
beginAt(JavaToken begin) |
(package private) void |
endAt(JavaToken end) |