Uses of Interface
jakarta.enterprise.lang.model.declarations.MethodInfo
-
Packages that use MethodInfo Package Description jakarta.enterprise.lang.model.declarations Interfaces that represent declarations. -
-
Uses of MethodInfo in jakarta.enterprise.lang.model.declarations
Methods in jakarta.enterprise.lang.model.declarations that return MethodInfo Modifier and Type Method Description MethodInfo
RecordComponentInfo. accessor()
Returns the accessor method corresponding to this record component.default MethodInfo
DeclarationInfo. asMethod()
Returns this declaration as a method.default MethodInfo
MethodInfo. asMethod()
MethodInfo
ParameterInfo. declaringMethod()
Returns the method that declares this parameter.Methods in jakarta.enterprise.lang.model.declarations that return types with arguments of type MethodInfo Modifier and Type Method Description java.util.Collection<MethodInfo>
ClassInfo. constructors()
Returns a collection of constructors declared or implicitly declared in this class.java.util.Collection<MethodInfo>
ClassInfo. methods()
Returns a collection of methods declared or implicitly declared in this class and all its superclasses up to and excludingjava.lang.Object
, as well as all direct and indirect superinterfaces.
-