Class HighFunctionCall
java.lang.Object
cppclassanalyzer.decompiler.function.HighFunctionCall
- All Implemented Interfaces:
Comparable<HighFunctionCall>
public final class HighFunctionCall extends Object implements Comparable<HighFunctionCall>
-
Method Summary
Modifier and Type Method Description int
compareTo(HighFunctionCall o)
Address
getAddress()
Function
getFunction()
static HighFunctionCall
getHighFunctionCall(ClangStatement statement)
List<HighFunctionCallParameter>
getParameters()
String
toString()
-
Method Details
-
getHighFunctionCall
-
getFunction
-
getAddress
-
toString
-
getParameters
-
compareTo
- Specified by:
compareTo
in interfaceComparable<HighFunctionCall>
-