Uses of Interface
spoon.reflect.code.CtThisAccess
Package
Description
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
This package defines all the sub-factories for the Spoon meta-model.
This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.
This package contains some default implementations for commonly used processing tasks.
-
Uses of CtThisAccess in spoon.reflect.code
-
Uses of CtThisAccess in spoon.reflect.factory
Modifier and TypeMethodDescription<T> CtThisAccess<T>
CodeFactory.createThisAccess(CtTypeReference<T> type)
Creates an explicit access to athis
variable (of the formtype.this
).<T> CtThisAccess<T>
CodeFactory.createThisAccess(CtTypeReference<T> type, boolean isImplicit)
Creates an access to athis
variable (of the formtype.this
).<T> CtThisAccess<T>
CoreFactory.createThisAccess()
Creates an access expression to this.<T> CtThisAccess<T>
Factory.createThisAccess()
<T> CtThisAccess<T>
Factory.createThisAccess(CtTypeReference<T> type)
<T> CtThisAccess<T>
Factory.createThisAccess(CtTypeReference<T> type, boolean isImplicit)
<T> CtThisAccess<T>
FactoryImpl.createThisAccess()
<T> CtThisAccess<T>
FactoryImpl.createThisAccess(CtTypeReference<T> type)
<T> CtThisAccess<T>
FactoryImpl.createThisAccess(CtTypeReference<T> type, boolean isImplicit)
-
Uses of CtThisAccess in spoon.reflect.visitor
Modifier and TypeMethodDescription<T> void
CtAbstractVisitor.visitCtThisAccess(CtThisAccess<T> thisAccess)
<T> void
CtBiScannerDefault.visitCtThisAccess(CtThisAccess<T> thisAccess)
<T> void
CtInheritanceScanner.visitCtThisAccess(CtThisAccess<T> e)
<T> void
CtScanner.visitCtThisAccess(CtThisAccess<T> thisAccess)
<T> void
CtVisitor.visitCtThisAccess(CtThisAccess<T> thisAccess)
Visits a this access.<T> void
DefaultJavaPrettyPrinter.visitCtThisAccess(CtThisAccess<T> thisAccess)
-
Uses of CtThisAccess in spoon.support
-
Uses of CtThisAccess in spoon.support.reflect.code
-
Uses of CtThisAccess in spoon.support.visitor.clone
Modifier and TypeMethodDescription<T> void
CloneVisitor.visitCtThisAccess(CtThisAccess<T> thisAccess)
-
Uses of CtThisAccess in spoon.support.visitor.replace
Modifier and TypeMethodDescription<T> void
ReplacementVisitor.visitCtThisAccess(CtThisAccess<T> thisAccess)