|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeffpalm.javaparser.NameFactory
public class NameFactory
Creates Name objects from strings
Method Summary | |
---|---|
static ASTName |
getName(java.lang.String packageName,
java.lang.String className)
Creates a ASTName object based on the packageName and the className. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ASTName getName(java.lang.String packageName, java.lang.String className)
packageName
- the package nameclassName
- the class name or null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |