Interface AccessNode

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      int getModifiers()  
      boolean isAbstract()  
      boolean isDefault()  
      boolean isFinal()  
      boolean isNative()  
      boolean isPackagePrivate()  
      boolean isPrivate()  
      boolean isProtected()  
      boolean isPublic()  
      boolean isStatic()  
      boolean isStrictfp()  
      boolean isSynchronized()  
      boolean isTransient()  
      boolean isVolatile()  
      void setAbstract​(boolean isAbstract)
      Deprecated.
      void setDefault​(boolean isDefault)
      Deprecated.
      void setFinal​(boolean isFinal)
      Deprecated.
      void setModifiers​(int modifiers)
      Deprecated.
      void setNative​(boolean isNative)
      Deprecated.
      void setPrivate​(boolean isPrivate)
      Deprecated.
      void setProtected​(boolean isProtected)
      Deprecated.
      void setPublic​(boolean isPublic)
      Deprecated.
      void setStatic​(boolean isStatic)
      Deprecated.
      void setStrictfp​(boolean isStrictfp)
      Deprecated.
      void setSynchronized​(boolean isSynchronized)
      Deprecated.
      void setTransient​(boolean isTransient)
      Deprecated.
      void setVolatile​(boolean isVolatile)
      Deprecated.
      • Methods inherited from interface net.sourceforge.pmd.lang.ast.Node

        findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfAnyType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, getXPathAttributesIterator, getXPathNodeName, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtClose, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetChildIndex, jjtSetParent, remove, removeChildAtIndex, setDataFlowNode, setImage, setUserData
    • Method Detail

      • getModifiers

        int getModifiers()
      • setModifiers

        @Deprecated
        @InternalApi
        void setModifiers​(int modifiers)
        Deprecated.
      • isPublic

        boolean isPublic()
      • setPublic

        @Deprecated
        @InternalApi
        void setPublic​(boolean isPublic)
        Deprecated.
      • isProtected

        boolean isProtected()
      • setProtected

        @Deprecated
        @InternalApi
        void setProtected​(boolean isProtected)
        Deprecated.
      • isPrivate

        boolean isPrivate()
      • setPrivate

        @Deprecated
        @InternalApi
        void setPrivate​(boolean isPrivate)
        Deprecated.
      • isAbstract

        boolean isAbstract()
      • setAbstract

        @Deprecated
        @InternalApi
        void setAbstract​(boolean isAbstract)
        Deprecated.
      • isStatic

        boolean isStatic()
      • setStatic

        @Deprecated
        @InternalApi
        void setStatic​(boolean isStatic)
        Deprecated.
      • isFinal

        boolean isFinal()
      • setFinal

        @Deprecated
        @InternalApi
        void setFinal​(boolean isFinal)
        Deprecated.
      • isSynchronized

        boolean isSynchronized()
      • setSynchronized

        @Deprecated
        @InternalApi
        void setSynchronized​(boolean isSynchronized)
        Deprecated.
      • isNative

        boolean isNative()
      • setNative

        @Deprecated
        @InternalApi
        void setNative​(boolean isNative)
        Deprecated.
      • isTransient

        boolean isTransient()
      • setTransient

        @Deprecated
        @InternalApi
        void setTransient​(boolean isTransient)
        Deprecated.
      • isVolatile

        boolean isVolatile()
      • setVolatile

        @Deprecated
        @InternalApi
        void setVolatile​(boolean isVolatile)
        Deprecated.
      • isStrictfp

        boolean isStrictfp()
      • setStrictfp

        @Deprecated
        @InternalApi
        void setStrictfp​(boolean isStrictfp)
        Deprecated.
      • isPackagePrivate

        boolean isPackagePrivate()
      • setDefault

        @Deprecated
        @InternalApi
        void setDefault​(boolean isDefault)
        Deprecated.
      • isDefault

        boolean isDefault()