Class HighFunctionCallParameter
java.lang.Object
cppclassanalyzer.decompiler.function.HighFunctionCallParameter
- All Implemented Interfaces:
HighStructAccess
public final class HighFunctionCallParameter extends Object
-
Nested Class Summary
Nested classes/interfaces inherited from interface cppclassanalyzer.decompiler.function.HighStructAccess
HighStructAccess.AccessType -
Method Summary
Modifier and Type Method Description HighStructAccess.AccessTypegetAccessType()ClangFieldTokengetFieldToken()intgetOffset()List<ClangOpToken>getOpTokens()List<ClangNode>getTokens()ClangVariableTokengetVariableToken()booleanhasFieldToken()booleanhasLocalRef()StringtoString()
-
Method Details
-
getAccessType
-
getVariableToken
- Specified by:
getVariableTokenin interfaceHighStructAccess
-
hasFieldToken
public final boolean hasFieldToken()- Specified by:
hasFieldTokenin interfaceHighStructAccess
-
getFieldToken
- Specified by:
getFieldTokenin interfaceHighStructAccess
-
hasLocalRef
public final boolean hasLocalRef()- Specified by:
hasLocalRefin interfaceHighStructAccess
-
getOpTokens
- Specified by:
getOpTokensin interfaceHighStructAccess
-
getTokens
- Specified by:
getTokensin interfaceHighStructAccess
-
getOffset
public final int getOffset()- Specified by:
getOffsetin interfaceHighStructAccess
-
toString
-