private static class CollapseVariableDeclarations.Collapse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Node |
endNode
Last node (non-inclusive) of the chain of nodes to collapse.
|
(package private) Node |
parent
Parent of the nodes to the collapse
|
(package private) Node |
startNode
Variable declaration that any following var nodes should be
collapsed into
|