public class NodeCall extends OwnedNode<com.github.javaparser.ast.Node>
| Modifier and Type | Class and Description |
|---|---|
static class |
NodeCall.Builder
Builder to build
NodeCall. |
name| Modifier and Type | Method and Description |
|---|---|
static NodeCall.Builder |
builder()
Creates builder to build
NodeCall. |
boolean |
equals(Object obj) |
Optional<DataFlowMethod> |
getCalledMethod() |
String |
getClaz() |
Optional<ParameterList> |
getIn() |
Optional<DataFlowNode> |
getInstance() |
Optional<OwnedNode<?>> |
getOwner() |
String |
getPeckage() |
Optional<DataFlowNode> |
getReturnNode() |
int |
hashCode() |
boolean |
isReturnRead() |
void |
setCalledMethod(DataFlowMethod calledMethod) |
void |
setClaz(String claz) |
void |
setIn(ParameterList in) |
void |
setInstance(DataFlowNode instance) |
void |
setOwner(OwnedNode<?> owner) |
void |
setPeckage(String peckage) |
void |
setReturnNode(DataFlowNode returnNode) |
String |
toString() |
getName, getRepresentedNode, setName, setRepresentedNodepublic NodeCall(OwnedNode<?> owner)
public Optional<OwnedNode<?>> getOwner()
getOwner in class OwnedNode<com.github.javaparser.ast.Node>OwnedNode of this node. The optional will be empty in case of a DataFlowGraph representing a non inner class or
a method for which the rest of the graph was not parsed.public Optional<ParameterList> getIn()
public final void setIn(ParameterList in)
public Optional<DataFlowMethod> getCalledMethod()
public void setCalledMethod(DataFlowMethod calledMethod)
public String getClaz()
public void setClaz(String claz)
public String getPeckage()
public void setPeckage(String peckage)
public void setOwner(OwnedNode<?> owner)
public Optional<DataFlowNode> getReturnNode()
public void setReturnNode(DataFlowNode returnNode)
public Optional<DataFlowNode> getInstance()
public void setInstance(DataFlowNode instance)
public boolean isReturnRead()
public static NodeCall.Builder builder()
NodeCall.public boolean equals(Object obj)
equals in class NodeRepresenter<com.github.javaparser.ast.Node>public int hashCode()
hashCode in class NodeRepresenter<com.github.javaparser.ast.Node>public String toString()
toString in class NodeRepresenter<com.github.javaparser.ast.Node>Copyright © 2019. All rights reserved.