|
org.netbeans.modules.refactoring.java/1 1.37.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.modules.refactoring.java.api.MemberInfo<H>
public final class MemberInfo<H>
Wrapper class for ElementHandles, TreePathHandles and TypeMirrorHandles. It contains referemce to appropriste handle + name and icon
| Nested Class Summary | |
|---|---|
static class |
MemberInfo.Group
|
| Method Summary | ||
|---|---|---|
static
|
create(T el,
CompilationInfo c)
|
|
static
|
create(T el,
CompilationInfo c,
MemberInfo.Group group)
|
|
static MemberInfo<TreePathHandle> |
create(TreePath tpath,
CompilationInfo c)
|
|
static
|
create(T el,
Tree t,
CompilationInfo c)
|
|
static
|
createImplements(TypeMirrorHandle handle,
String htmlText,
Icon icon,
String name)
|
|
boolean |
equals(Object o)
|
|
H |
getElementHandle()
|
|
MemberInfo.Group |
getGroup()
|
|
String |
getHtmlText()
|
|
Icon |
getIcon()
|
|
Set<Modifier> |
getModifiers()
|
|
String |
getName()
|
|
int |
hashCode()
|
|
boolean |
isMakeAbstract()
|
|
void |
setMakeAbstract(Boolean b)
|
|
void |
setName(String name)
|
|
String |
toString()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getName()
public void setName(String name)
public H getElementHandle()
public String getHtmlText()
public static <T extends TypeMirror> MemberInfo<TypeMirrorHandle<T>> create(T el,
Tree t,
CompilationInfo c)
public static <T extends Element> MemberInfo<ElementHandle<T>> create(T el,
CompilationInfo c)
public static <T extends Element> MemberInfo<ElementHandle<T>> create(T el,
CompilationInfo c,
MemberInfo.Group group)
public static MemberInfo<TreePathHandle> create(TreePath tpath,
CompilationInfo c)
public static <T extends TypeMirror> MemberInfo<TypeMirrorHandle<T>> createImplements(TypeMirrorHandle handle,
String htmlText,
Icon icon,
String name)
public Icon getIcon()
public MemberInfo.Group getGroup()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic Set<Modifier> getModifiers()
public boolean isMakeAbstract()
public void setMakeAbstract(Boolean b)
public String toString()
toString in class Object
|
org.netbeans.modules.refactoring.java/1 1.37.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||