Uses of Class
spoon.reflect.declaration.ParentNotInitializedException
-
Packages that use ParentNotInitializedException Package Description spoon.reflect.code This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).spoon.reflect.declaration This package contains the meta-model part that models the declarations (program's structures such as classes, fields, etc).spoon.support.reflect.code spoon.support.reflect.declaration -
-
Uses of ParentNotInitializedException in spoon.reflect.code
Methods in spoon.reflect.code that throw ParentNotInitializedException Modifier and Type Method Description <T extends CtStatement>
TCtStatement. insertAfter(CtStatement statement)
Inserts a statement after the current statement.<T extends CtStatement>
TCtStatement. insertAfter(CtStatementList statements)
Inserts a statement list before the current statement.<T extends CtStatement>
TCtStatement. insertBefore(CtStatement statement)
Inserts a statement given as parameter before the current statement (this).<T extends CtStatement>
TCtStatement. insertBefore(CtStatementList statements)
Inserts a statement list before the current statement. -
Uses of ParentNotInitializedException in spoon.reflect.declaration
Methods in spoon.reflect.declaration that throw ParentNotInitializedException Modifier and Type Method Description CtElement
CtElement. getParent()
Gets the parent of current reference. -
Uses of ParentNotInitializedException in spoon.support.reflect.code
Methods in spoon.support.reflect.code that throw ParentNotInitializedException Modifier and Type Method Description <T extends CtStatement>
TCtStatementImpl. insertAfter(CtStatement statement)
<T extends CtStatement>
TCtStatementImpl. insertAfter(CtStatementList statements)
static void
CtStatementImpl. insertAfter(CtStatement target, CtStatement statement)
static void
CtStatementImpl. insertAfter(CtStatement target, CtStatementList statements)
<T extends CtStatement>
TCtStatementImpl. insertBefore(CtStatement statement)
<T extends CtStatement>
TCtStatementImpl. insertBefore(CtStatementList statements)
static void
CtStatementImpl. insertBefore(CtStatement target, CtStatement statement)
insert `statement` just before targetstatic void
CtStatementImpl. insertBefore(CtStatement target, CtStatementList statementsToBeInserted)
inserts all statements of `statementsToBeInserted` just before `target` -
Uses of ParentNotInitializedException in spoon.support.reflect.declaration
Methods in spoon.support.reflect.declaration that throw ParentNotInitializedException Modifier and Type Method Description CtElement
CtCompilationUnitImpl. getParent()
CtElement
CtElementImpl. getParent()
<C extends CtStatement>
CCtInterfaceImpl. insertAfter(CtStatement statement)
<C extends CtStatement>
CCtInterfaceImpl. insertAfter(CtStatementList statements)
<C extends CtStatement>
CCtInterfaceImpl. insertBefore(CtStatement statement)
<C extends CtStatement>
CCtInterfaceImpl. insertBefore(CtStatementList statements)
-