Uses of Class
spoon.reflect.declaration.ParentNotInitializedException
Package
Description
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
This package contains the meta-model part that models the declarations (program's structures such as classes, fields, etc).
-
Uses of ParentNotInitializedException in spoon.reflect.code
Modifier and TypeMethodDescription<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
-
Uses of ParentNotInitializedException in spoon.support.reflect.code
Modifier and TypeMethodDescription<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
Modifier and TypeMethodDescriptionCtCompilationUnitImpl.getParent()
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)