java.lang.Object
io.helidon.codegen.classmodel.Executable
Direct Known Subclasses:
Constructor, Method

public abstract class Executable extends Object
Executable base, used by method and constructor.
  • Method Details

    • parameters

      public List<Parameter> parameters()
      List of method parameters.
      Returns:
      parameters
    • exceptions

      public List<TypeName> exceptions()
      List of thrown exceptions.
      Returns:
      exceptions
    • annotations

      public List<Annotation> annotations()
      List of annotations on this component.
      Returns:
      annotations
    • name

      public String name()
      Name of this component.
      Returns:
      component name
    • accessModifier

      public AccessModifier accessModifier()
      Access modifier of this component.
      Returns:
      access modifier
    • description

      public List<String> description()
      Description (javadoc) of this component.
      Returns:
      description lines
    • typeName

      public TypeName typeName()
      Type name of this component.
      Returns:
      type name