|
Regain 1.7.7-STABLE API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.regain.crawler.preparator.java.JClass
public class JClass
Represents a Java class
| Field Summary | |
|---|---|
private String |
className
|
private ArrayList |
innerClasses
|
private ArrayList |
interfaces
|
private boolean |
isInterface
|
private ArrayList |
methodDeclarations
|
private String |
superClass
|
| Constructor Summary | |
|---|---|
JClass()
|
|
| Method Summary | |
|---|---|
String |
getClassName()
Returns the class name. |
ArrayList |
getInnerClasses()
Gets the inner classes of a class. |
ArrayList |
getInterfaces()
Return all interfaces |
ArrayList |
getMethodDeclarations()
Returns the method declarations. |
String |
getSuperClass()
Returns the super class. |
boolean |
isInterface()
Returns if the class is an interface. |
void |
setClassName(String className)
Sets the class name. |
void |
setInnerClasses(ArrayList innerClasses)
Sets the inner classes. |
void |
setInterfaces(ArrayList interfaces)
Sets the interfaces. |
void |
setIsInterface(boolean isInterface)
|
void |
setMethodDeclarations(ArrayList methodDeclarations)
Sets the method declarations. |
void |
setSuperClass(String superClass)
Sets the super class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private String className
private boolean isInterface
private ArrayList methodDeclarations
private ArrayList innerClasses
private String superClass
private ArrayList interfaces
| Constructor Detail |
|---|
public JClass()
| Method Detail |
|---|
public String getClassName()
public void setClassName(String className)
className - the name of the classpublic boolean isInterface()
public void setIsInterface(boolean isInterface)
public ArrayList getMethodDeclarations()
public void setMethodDeclarations(ArrayList methodDeclarations)
methodDeclarations - public ArrayList getInnerClasses()
public void setInnerClasses(ArrayList innerClasses)
innerClasses - public String getSuperClass()
public void setSuperClass(String superClass)
superClass - public ArrayList getInterfaces()
public void setInterfaces(ArrayList interfaces)
interfaces -
|
Regain 1.7.7-STABLE API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||