Uses of Class
org.designwizard.design.ClassNode

Packages that use ClassNode
org.designwizard.design   
org.designwizard.design.manager   
org.designwizard.main   
org.designwizard.patternchecker   
 

Uses of ClassNode in org.designwizard.design
 

Methods in org.designwizard.design that return ClassNode
 ClassNode Design.getClass(java.lang.String className)
          Returns a ClassEntity represented by the specified className.
 ClassNode DesignIF.getClass(java.lang.String className)
          Returns a ClassEntity represented by the specified className.
 ClassNode DesignIF.getClass(java.lang.String className)
          Returns a ClassEntity represented by the specified className.
 ClassNode Design.getClass(java.lang.String className)
          Returns a ClassEntity represented by the specified className.
 ClassNode ClassNode.getClassNode()
           
 ClassNode Entity.getClassNode()
          Returns the ClassNode that represents this Entity object.
 ClassNode FieldNode.getClassNode()
           
 ClassNode MethodNode.getClassNode()
           
 ClassNode PackageNode.getClassNode()
           
 ClassNode FieldNode.getClassNode()
           
 ClassNode ClassNode.getClassNode()
           
 ClassNode Entity.getClassNode()
          Returns the ClassNode that represents this Entity object.
 ClassNode PackageNode.getClassNode()
           
 ClassNode MethodNode.getClassNode()
           
 ClassNode FieldNode.getDeclaringClass()
          Returns the ClassNode object representing the class or interface that declares the field represented by this FieldNode object.
 ClassNode MethodNode.getDeclaringClass()
          Returns the ClassNode object representing the class or interface that declares the method represented by this MethodNode object.
 ClassNode FieldNode.getDeclaringClass()
          Returns the ClassNode object representing the class or interface that declares the field represented by this FieldNode object.
 ClassNode MethodNode.getDeclaringClass()
          Returns the ClassNode object representing the class or interface that declares the method represented by this MethodNode object.
 ClassNode ClassNode.getOuterClass()
          Returns the ClassNode representing the outer class of the entity represented by this ClassNode.
 ClassNode ClassNode.getOuterClass()
          Returns the ClassNode representing the outer class of the entity represented by this ClassNode.
 ClassNode MethodNode.getReturnType()
          Returns a ClassNode object that represents the formal return type of the method represented by this MethodNode object.
 ClassNode MethodNode.getReturnType()
          Returns a ClassNode object that represents the formal return type of the method represented by this MethodNode object.
 ClassNode ClassNode.getSuperClass()
          Returns the ClassNode representing the superclass of the entity represented by this ClassNode.
 ClassNode ClassNode.getSuperClass()
          Returns the ClassNode representing the superclass of the entity represented by this ClassNode.
 ClassNode FieldNode.getType()
          Returns a ClassNode object that identifies the declared type for the field represented by this FieldNode object.
 ClassNode FieldNode.getType()
          Returns a ClassNode object that identifies the declared type for the field represented by this FieldNode object.
 

Methods in org.designwizard.design that return types with arguments of type ClassNode
 java.util.Set<ClassNode> Design.getAllClasses()
          Returns a Set of ClassNode objects representing all classes extracted.
 java.util.Set<ClassNode> PackageNode.getAllClasses()
          Returns a java.util.Set containing ClassNode objects reflecting all the classes inside the package represented by this PackageNode.
 java.util.Set<ClassNode> PackageNode.getAllClasses()
          Returns a java.util.Set containing ClassNode objects reflecting all the classes inside the package represented by this PackageNode.
 java.util.Set<ClassNode> Design.getAllClasses()
          Returns a Set of ClassNode objects representing all classes extracted.
 java.util.Set<ClassNode> Design.getAllClassesFromCode()
          Returns all the classes from the application's code
 java.util.Set<ClassNode> DesignIF.getAllClassesFromCode()
          Returns a Set containing Class objects that represents all classes from code.
 java.util.Set<ClassNode> DesignIF.getAllClassesFromCode()
          Returns a Set containing Class objects that represents all classes from code.
 java.util.Set<ClassNode> Design.getAllClassesFromCode()
          Returns all the classes from the application's code
abstract  java.util.Set<ClassNode> AbstractEntity.getCalleeClasses()
           
 java.util.Set<ClassNode> ClassNode.getCalleeClasses()
          Returns a java.util.Set containing ClassNode objects reflecting all the classes that are referenced by the class or interface represented by this ClassNode.
 java.util.Set<ClassNode> Entity.getCalleeClasses()
          Returns the classes that are referenced by this Entity.
 java.util.Set<ClassNode> FieldNode.getCalleeClasses()
          This method returns an empty Set.
 java.util.Set<ClassNode> MethodNode.getCalleeClasses()
          Returns the classes that are referenced by this MethodNode
 java.util.Set<ClassNode> PackageNode.getCalleeClasses()
          Returns a java.util.Set containing ClassNode objects reflecting all the classes that are referenced by the classes inside the package represented by this PackageNode.
abstract  java.util.Set<ClassNode> AbstractEntity.getCalleeClasses()
           
 java.util.Set<ClassNode> FieldNode.getCalleeClasses()
          This method returns an empty Set.
 java.util.Set<ClassNode> ClassNode.getCalleeClasses()
          Returns a java.util.Set containing ClassNode objects reflecting all the classes that are referenced by the class or interface represented by this ClassNode.
 java.util.Set<ClassNode> Entity.getCalleeClasses()
          Returns the classes that are referenced by this Entity.
 java.util.Set<ClassNode> PackageNode.getCalleeClasses()
          Returns a java.util.Set containing ClassNode objects reflecting all the classes that are referenced by the classes inside the package represented by this PackageNode.
 java.util.Set<ClassNode> MethodNode.getCalleeClasses()
          Returns the classes that are referenced by this MethodNode
abstract  java.util.Set<ClassNode> AbstractEntity.getCallerClasses()
           
 java.util.Set<ClassNode> ClassNode.getCallerClasses()
          Returns a java.util.Set containing ClassNode objects reflecting all the classes that reference the class or interface represented by this ClassNode.
 java.util.Set<ClassNode> Entity.getCallerClasses()
          Returns the classes that reference this Entity.
 java.util.Set<ClassNode> FieldNode.getCallerClasses()
          Returns the classes that reference this FieldNode.
 java.util.Set<ClassNode> MethodNode.getCallerClasses()
          Returns the classes that reference this Method.
 java.util.Set<ClassNode> PackageNode.getCallerClasses()
          Returns a java.util.Set containing ClassNode objects reflecting all the classes that reference the package represented by this PackageNode.
abstract  java.util.Set<ClassNode> AbstractEntity.getCallerClasses()
           
 java.util.Set<ClassNode> FieldNode.getCallerClasses()
          Returns the classes that reference this FieldNode.
 java.util.Set<ClassNode> ClassNode.getCallerClasses()
          Returns a java.util.Set containing ClassNode objects reflecting all the classes that reference the class or interface represented by this ClassNode.
 java.util.Set<ClassNode> Entity.getCallerClasses()
          Returns the classes that reference this Entity.
 java.util.Set<ClassNode> PackageNode.getCallerClasses()
          Returns a java.util.Set containing ClassNode objects reflecting all the classes that reference the package represented by this PackageNode.
 java.util.Set<ClassNode> MethodNode.getCallerClasses()
          Returns the classes that reference this Method.
 java.util.Set<ClassNode> MethodNode.getCatchedExceptions()
          Returns a java.util.Set of ClassNode objects that represent the types of the exceptions catched by the underlying method represented by this MethodNode object.
 java.util.Set<ClassNode> MethodNode.getCatchedExceptions()
          Returns a java.util.Set of ClassNode objects that represent the types of the exceptions catched by the underlying method represented by this MethodNode object.
 java.util.Set<ClassNode> ClassNode.getEntitiesThatImplements()
          Determines the entities that implements the interface represented by this object.
 java.util.Set<ClassNode> ClassNode.getEntitiesThatImplements()
          Determines the entities that implements the interface represented by this object.
 java.util.Set<ClassNode> ClassNode.getImplementedInterfaces()
          Determines the interfaces implemented by the class or interface represented by this object.
 java.util.Set<ClassNode> ClassNode.getImplementedInterfaces()
          Determines the interfaces implemented by the class or interface represented by this object.
 java.util.Set<ClassNode> ClassNode.getInnerClasses()
          Returns a java.util.Set containing the ClassNode objects representing the inner classes of this ClassNode.
 java.util.Set<ClassNode> ClassNode.getInnerClasses()
          Returns a java.util.Set containing the ClassNode objects representing the inner classes of this ClassNode.
 java.util.Set<ClassNode> MethodNode.getParameters()
          Returns a java.util.Set of ClassNode objects that represent the formal parameter types of the method represented by this Method object.
 java.util.Set<ClassNode> MethodNode.getParameters()
          Returns a java.util.Set of ClassNode objects that represent the formal parameter types of the method represented by this Method object.
 java.util.Set<ClassNode> ClassNode.getSubClasses()
          Returns a java.util.Set representing the subclasses of the entity represented by this ClassNode.
 java.util.Set<ClassNode> ClassNode.getSubClasses()
          Returns a java.util.Set representing the subclasses of the entity represented by this ClassNode.
 java.util.Set<ClassNode> MethodNode.getThrownExceptions()
          Returns a java.util.Set of ClassNode objects that represent the types of the exceptions declared to be thrown by the underlying method represented by this Method object.
 java.util.Set<ClassNode> MethodNode.getThrownExceptions()
          Returns a java.util.Set of ClassNode objects that represent the types of the exceptions declared to be thrown by the underlying method represented by this Method object.
 

Methods in org.designwizard.design with parameters of type ClassNode
 boolean ClassNode.extendsClass(ClassNode classNode)
          Checks whether the class represented by this ClasNode object extends the parameter class.
 boolean ClassNode.extendsClass(ClassNode classNode)
          Checks whether the class represented by this ClasNode object extends the parameter class.
 boolean ClassNode.implementsInterface(ClassNode interfaceClassNode)
          Checks whether the class represented by this ClasNode object implements the parameter interface.
 boolean ClassNode.implementsInterface(ClassNode interfaceClassNode)
          Checks whether the class represented by this ClasNode object implements the parameter interface.
 

Method parameters in org.designwizard.design with type arguments of type ClassNode
 void MethodNode.setParameters(java.util.Set<ClassNode> methodParameters)
           
 void MethodNode.setParameters(java.util.Set<ClassNode> methodParameters)
           
 

Uses of ClassNode in org.designwizard.design.manager
 

Methods in org.designwizard.design.manager that return ClassNode
 ClassNode DesignManager.getClass(java.lang.String className)
          Returns a ClassEntity represented by the specified className.
 ClassNode DesignManager.getClass(java.lang.String className)
          Returns a ClassEntity represented by the specified className.
 

Methods in org.designwizard.design.manager that return types with arguments of type ClassNode
 java.util.Set<ClassNode> DesignManager.getAllClasses()
          Returns a set containing all classes extracted.
 java.util.Set<ClassNode> DesignManager.getAllClasses()
          Returns a set containing all classes extracted.
 

Uses of ClassNode in org.designwizard.main
 

Methods in org.designwizard.main that return ClassNode
 ClassNode DesignWizard.getClass(java.lang.Class classEntity)
          Returns the ClassNode object associated with the class or interface with the given java class.
 ClassNode DesignWizard.getClass(java.lang.Class classEntity)
          Returns the ClassNode object associated with the class or interface with the given java class.
 ClassNode DesignWizard.getClass(java.lang.String className)
          Returns the ClassNode object associated with the class or interface with the given string name.
 ClassNode DesignWizard.getClass(java.lang.String className)
          Returns the ClassNode object associated with the class or interface with the given string name.
 

Methods in org.designwizard.main that return types with arguments of type ClassNode
 java.util.Set<ClassNode> DesignWizard.getAllClasses()
          Returns a java.util.Set containing ClassNode objects reflecting all the classes extracted.
 java.util.Set<ClassNode> DesignWizard.getAllClasses()
          Returns a java.util.Set containing ClassNode objects reflecting all the classes extracted.
 

Uses of ClassNode in org.designwizard.patternchecker
 

Constructors in org.designwizard.patternchecker with parameters of type ClassNode
CheckWarning(java.lang.String message, ClassNode clazz, java.lang.String checkerName)
           
CheckWarning(java.lang.String message, ClassNode clazz, java.lang.String checkerName)
           
SingletonPatternChecker(ClassNode classEntity)
           
SingletonPatternChecker(ClassNode classEntity)