Uses of Class
spoon.reflect.declaration.ParentNotInitializedException
Packages that use 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
Methods in spoon.reflect.code that throw ParentNotInitializedExceptionModifier 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
Methods in spoon.reflect.declaration that throw ParentNotInitializedException -
Uses of ParentNotInitializedException in spoon.support.reflect.code
Methods in spoon.support.reflect.code that throw ParentNotInitializedExceptionModifier and TypeMethodDescription<T extends CtStatement>
TCtStatementImpl.insertAfter(CtStatement statement)<T extends CtStatement>
TCtStatementImpl.insertAfter(CtStatementList statements)static voidCtStatementImpl.insertAfter(CtStatement target, CtStatement statement)static voidCtStatementImpl.insertAfter(CtStatement target, CtStatementList statements)<T extends CtStatement>
TCtStatementImpl.insertBefore(CtStatement statement)<T extends CtStatement>
TCtStatementImpl.insertBefore(CtStatementList statements)static voidCtStatementImpl.insertBefore(CtStatement target, CtStatement statement)insert `statement` just before targetstatic voidCtStatementImpl.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 ParentNotInitializedExceptionModifier 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)