Interface CAstType.Function
- All Superinterfaces:
CAstType, CAstType.Reference
- All Known Subinterfaces:
CAstType.Method
- All Known Implementing Classes:
JDTJava2CAstTranslator.ProcedureEntity.JdtMethodCAstType
- Enclosing interface:
CAstType
-
Nested Class Summary
Nested classes/interfaces inherited from interface CAstType
CAstType.Array, CAstType.Class, CAstType.Complex, CAstType.Function, CAstType.Method, CAstType.Primitive, CAstType.Reference, CAstType.Union -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionintMethods inherited from interface CAstType
getName, getSupertypes
-
Method Details
-
getReturnType
CAstType getReturnType() -
getArgumentTypes
-
getExceptionTypes
Collection<CAstType> getExceptionTypes() -
getArgumentCount
int getArgumentCount()
-