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 intcompareTo(HighFunctionCall o)AddressgetAddress()FunctiongetFunction()static HighFunctionCallgetHighFunctionCall(ClangStatement statement)List<HighFunctionCallParameter>getParameters()StringtoString()
-
Method Details
-
getHighFunctionCall
-
getFunction
-
getAddress
-
toString
-
getParameters
-
compareTo
- Specified by:
compareToin interfaceComparable<HighFunctionCall>
-