Interface CAstType.Function

All Superinterfaces:
CAstType, CAstType.Reference
All Known Subinterfaces:
CAstType.Method
Enclosing interface:
CAstType

public static interface CAstType.Function extends CAstType.Reference
  • Method Details

    • getReturnType

      CAstType getReturnType()
    • getArgumentTypes

      List<CAstType> getArgumentTypes()
    • getExceptionTypes

      Collection<CAstType> getExceptionTypes()
    • getArgumentCount

      int getArgumentCount()