Class AbstractSrcMethod<T extends AbstractSrcMethod<T>>

    • Constructor Detail

    • Method Detail

      • isConstructor

        public boolean isConstructor()
      • setConstructor

        public void setConstructor​(boolean isConstructor)
      • isPrimaryConstructor

        public boolean isPrimaryConstructor()
      • setPrimaryConstructor

        public void setPrimaryConstructor​(boolean primary)
      • returns

        public T returns​(SrcType returns)
      • returns

        public T returns​(Class returns)
      • returns

        public T returns​(String returns)
      • addTypeVar

        public void addTypeVar​(SrcType typeVar)
      • throwsList

        public T throwsList​(SrcType... list)
      • addThrowType

        public void addThrowType​(SrcType type)
      • body

        public T body​(String rawText)
      • getDefaultValue

        public String getDefaultValue()
      • setDefaultValue

        public void setDefaultValue​(String defaultValue)
      • getReturnType

        public SrcType getReturnType()
      • getTypeVariables

        public List<SrcType> getTypeVariables()
      • signature

        public String signature()