|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vladium.jcd.cls.ElementFactory
public abstract class ElementFactory
Constructor Summary | |
---|---|
ElementFactory()
|
Method Summary | |
---|---|
static IAttributeCollection |
newAttributeCollection(int capacity)
|
static IConstantCollection |
newConstantCollection(int capacity)
|
static IFieldCollection |
newFieldCollection(int capacity)
|
static IInterfaceCollection |
newInterfaceCollection(int capacity)
|
static IMethodCollection |
newMethodCollection(int capacity)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ElementFactory()
Method Detail |
---|
public static IAttributeCollection newAttributeCollection(int capacity)
public static IConstantCollection newConstantCollection(int capacity)
public static IFieldCollection newFieldCollection(int capacity)
public static IInterfaceCollection newInterfaceCollection(int capacity)
public static IMethodCollection newMethodCollection(int capacity)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |