Package com.ibm.wala.cast.tree
Interface CAstType.Method
-
- All Superinterfaces:
CAstType
,CAstType.Function
,CAstType.Reference
- Enclosing interface:
- CAstType
public static interface CAstType.Method extends CAstType.Function
-
-
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CAstType
getDeclaringType()
-
Methods inherited from interface com.ibm.wala.cast.tree.CAstType
getName, getSupertypes
-
Methods inherited from interface com.ibm.wala.cast.tree.CAstType.Function
getArgumentCount, getArgumentTypes, getExceptionTypes, getReturnType
-
-
-
-
Method Detail
-
getDeclaringType
CAstType getDeclaringType()
-
-