static class AngularPass.NodeContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Node |
functionNode
Function node
|
private java.lang.String |
name
Name of the function/object.
|
private Node |
node
Node jsDoc is attached to.
|
private Node |
target
Node after which to inject the new code
|
Constructor and Description |
---|
NodeContext(java.lang.String name,
Node node,
Node functionNode,
Node target) |
Modifier and Type | Method and Description |
---|---|
Node |
getFunctionNode() |
java.lang.String |
getName() |
Node |
getNode() |
Node |
getTarget() |