Class FunctionDeclaration

    • Constructor Detail

      • FunctionDeclaration

        public FunctionDeclaration()
    • Method Detail

      • hasBody

        public boolean hasBody()
      • getSignature

        public java.lang.String getSignature()
      • hasSignature

        public boolean hasSignature​(java.util.List<Type> targetSignature)
      • getThrowsTypes

        public java.util.List<Type> getThrowsTypes()
      • setThrowsTypes

        public void setThrowsTypes​(java.util.List<Type> throwsTypes)
      • setBody

        public void setBody​(Statement body)