Uses of Interface
spoon.reflect.code.CtThisAccess
Packages that use 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
Methods in spoon.reflect.code that return CtThisAccess -
Uses of CtThisAccess in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtThisAccessModifier and TypeMethodDescription<T> CtThisAccess<T>CodeFactory.createThisAccess(CtTypeReference<T> type)Creates an explicit access to athisvariable (of the formtype.this).<T> CtThisAccess<T>CodeFactory.createThisAccess(CtTypeReference<T> type, boolean isImplicit)Creates an access to athisvariable (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
Methods in spoon.reflect.visitor with parameters of type CtThisAccessModifier and TypeMethodDescription<T> voidCtAbstractVisitor.visitCtThisAccess(CtThisAccess<T> thisAccess)<T> voidCtBiScannerDefault.visitCtThisAccess(CtThisAccess<T> thisAccess)<T> voidCtInheritanceScanner.visitCtThisAccess(CtThisAccess<T> e)<T> voidCtScanner.visitCtThisAccess(CtThisAccess<T> thisAccess)<T> voidCtVisitor.visitCtThisAccess(CtThisAccess<T> thisAccess)Visits a this access.<T> voidDefaultJavaPrettyPrinter.visitCtThisAccess(CtThisAccess<T> thisAccess) -
Uses of CtThisAccess in spoon.support
Methods in spoon.support that return CtThisAccess -
Uses of CtThisAccess in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtThisAccessMethods in spoon.support.reflect.code that return CtThisAccess -
Uses of CtThisAccess in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtThisAccessModifier and TypeMethodDescription<T> voidCloneVisitor.visitCtThisAccess(CtThisAccess<T> thisAccess) -
Uses of CtThisAccess in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtThisAccessModifier and TypeMethodDescription<T> voidReplacementVisitor.visitCtThisAccess(CtThisAccess<T> thisAccess)