Interface HasThrowsClause<LOCATION extends HasParameterTypes & HasReturnType & HasName.AndFullName & CanBeAnnotated & HasOwner<JavaClass>>
-
- All Known Implementing Classes:
AccessTarget.CodeUnitCallTarget
,AccessTarget.ConstructorCallTarget
,AccessTarget.MethodCallTarget
,JavaCodeUnit
,JavaConstructor
,JavaMethod
,JavaStaticInitializer
public interface HasThrowsClause<LOCATION extends HasParameterTypes & HasReturnType & HasName.AndFullName & CanBeAnnotated & HasOwner<JavaClass>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
HasThrowsClause.Predicates
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThrowsClause<? extends LOCATION>
getThrowsClause()
-
-
-
Method Detail
-
getThrowsClause
@PublicAPI(usage=ACCESS) ThrowsClause<? extends LOCATION> getThrowsClause()
-
-