public class DirectInvokeMethodExpression extends InvocationExpression
| Constructor and Description |
|---|
DirectInvokeMethodExpression(Program aProgram,
BytecodeOpcodeAddress aAddress,
BytecodeObjectTypeRef aClazz,
String aMethodName,
BytecodeMethodSignature aMethodSignature) |
DirectInvokeMethodExpression(Program aProgram,
BytecodeOpcodeAddress aAddress,
BytecodeObjectTypeRef aClazz,
String aMethodName,
BytecodeMethodSignature aMethodSignature,
Value aTarget,
List<Value> aArguments) |
| Modifier and Type | Method and Description |
|---|---|
BytecodeObjectTypeRef |
getClazz() |
String |
getMethodName() |
getSignature, resolveTypegetAddress, getComment, getProgram, withCommentincomingDataFlows, receivesDataFrom, receivesDataFrom, receivesDataFrom, replaceIncomingDataEdge, routeIncomingDataFlowsTo, widestTypeOfaddEdgeTo, addIncomingEdge, incomingEdges, incomingEdges, outgoingEdges, outgoingEdges, singleOutgoingNodeMatchingpublic DirectInvokeMethodExpression(Program aProgram, BytecodeOpcodeAddress aAddress, BytecodeObjectTypeRef aClazz, String aMethodName, BytecodeMethodSignature aMethodSignature, Value aTarget, List<Value> aArguments)
public DirectInvokeMethodExpression(Program aProgram, BytecodeOpcodeAddress aAddress, BytecodeObjectTypeRef aClazz, String aMethodName, BytecodeMethodSignature aMethodSignature)
public BytecodeObjectTypeRef getClazz()
public String getMethodName()
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.