static class Compiler.PathNode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Compiler.PathNode |
parent |
(package private) Compiler.PATHTYPE |
type |
Constructor and Description |
---|
Compiler.PathNode(Compiler.PATHTYPE type,
Compiler.PathNode parent) |
final Compiler.PATHTYPE type
final Compiler.PathNode parent
Compiler.PathNode(Compiler.PATHTYPE type, Compiler.PathNode parent)