|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Generator | |
|---|---|
| net.sf.commonclipse | |
| Uses of Generator in net.sf.commonclipse |
|---|
| Subclasses of Generator in net.sf.commonclipse | |
|---|---|
class |
CompareToGenerator
Generator for compareTo(Object) methods. |
class |
EqualsGenerator
Generator for equals(Object) methods. |
class |
HashcodeGenerator
Generator for hashcode() methods. |
class |
ToStringGenerator
Generator for toString() methods. |
| Methods in net.sf.commonclipse that return Generator | |
|---|---|
static Generator |
ToStringGenerator.getInstance()
Returns the ToStringGenerator instance. |
static Generator |
HashcodeGenerator.getInstance()
returns the HashcodeGenerator instance. |
static Generator |
EqualsGenerator.getInstance()
returns the EqualsGenerator instance. |
static Generator |
CompareToGenerator.getInstance()
returns the CompareToGenerator instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||