Interface CAstType.Function
- All Superinterfaces:
CAstType
,CAstType.Reference
- All Known Subinterfaces:
CAstType.Method
- Enclosing interface:
CAstType
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ibm.wala.cast.tree.CAstType
CAstType.Array, CAstType.Class, CAstType.Complex, CAstType.Function, CAstType.Method, CAstType.Primitive, CAstType.Reference, CAstType.Union
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Methods inherited from interface com.ibm.wala.cast.tree.CAstType
getName, getSupertypes
-
Method Details
-
getReturnType
CAstType getReturnType() -
getArgumentTypes
-
getExceptionTypes
Collection<CAstType> getExceptionTypes() -
getArgumentCount
int getArgumentCount()
-