Class MethodDeclaration


  • public class MethodDeclaration
    extends java.lang.Object
    メソッド定義
    • Method Detail

      • asFullNameText

        public java.lang.String asFullNameText()
      • asSignatureSimpleText

        public java.lang.String asSignatureSimpleText()
      • asSignatureAndReturnTypeSimpleText

        public java.lang.String asSignatureAndReturnTypeSimpleText()
      • isConstructor

        public boolean isConstructor()
      • isLambda

        public boolean isLambda()
      • asSimpleTextWithDeclaringType

        public java.lang.String asSimpleTextWithDeclaringType()
      • sameIdentifier

        public boolean sameIdentifier​(MethodDeclaration methodDeclaration)
      • matches

        public boolean matches​(TypeIdentifier typeIdentifier,
                               java.lang.String methodName)
      • asSimpleText

        public java.lang.String asSimpleText()