Package jadex.commons

Class SClassReader.ClassEntity

    • Constructor Detail

      • ClassEntity

        public ClassEntity()
    • Method Detail

      • isPrivate

        public boolean isPrivate()
        Tests if entity is private.
        Returns:
        True, if private.
      • isProtected

        public boolean isProtected()
        Tests if entity is protected.
        Returns:
        True, if protected.
      • isStatic

        public boolean isStatic()
        Tests if entity is static.
        Returns:
        True, if static.