Class JavaCall

    • Constructor Detail

      • JavaCall

        public JavaCall​(org.eclipse.jdt.core.dom.ExpressionStatement node,
                        java.lang.String attributeName,
                        org.eclipse.jdt.core.dom.ITypeBinding typeBinding,
                        IJavaParent parent)
        Default Constructor.
        Parameters:
        node - The Statement Declaration
        attributeName - The name of the call
        parent - the parent fragment
        typeBinding - binding of the type
      • JavaCall

        public JavaCall​(java.lang.String attributeName,
                        org.eclipse.jdt.core.dom.ITypeBinding typeBinding)
        Constructor for JavaCalls that are not bound to a parent fragment. (Used to declare JavaCalls that should be deleted).
        Parameters:
        attributeName - The name of the call
        typeBinding - binding of the type