private class InlineSimpleMethods.InlineTrivialAccessors extends InvocationsCallback
Modifier | Constructor and Description |
---|---|
private |
InlineTrivialAccessors() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
visit(NodeTraversal t,
Node callNode,
Node parent,
java.lang.String callName)
Called for each callnode that is a method invocation.
|
visit
shouldTraverse
void visit(NodeTraversal t, Node callNode, Node parent, java.lang.String callName)
InvocationsCallback
visit
in class InvocationsCallback
callNode
- node of type callparent
- parent of callNodecallName
- name of method invoked by first child of call