|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--dk.lec.idea.plugin.generate.FieldElementFactory
Factory for creating FieldElement objects.
| Constructor Summary | |
FieldElementFactory()
|
|
| Method Summary | |
static FieldElement |
newInstance(java.lang.String name,
com.intellij.psi.PsiField field,
com.intellij.psi.PsiElementFactory psiFactory)
Create a new FieldElement object. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FieldElementFactory()
| Method Detail |
public static FieldElement newInstance(java.lang.String name,
com.intellij.psi.PsiField field,
com.intellij.psi.PsiElementFactory psiFactory)
throws com.intellij.util.IncorrectOperationException
FieldElement object.
name - name of the field.field - the PsiField to get the information from.
FieldElement object.
com.intellij.util.IncorrectOperationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||