Uses of Interface
spoon.reflect.reference.CtLocalVariableReference
Packages that use CtLocalVariableReference
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 the references to program elements for the 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 CtLocalVariableReference in spoon.reflect.code
Methods in spoon.reflect.code that return CtLocalVariableReference -
Uses of CtLocalVariableReference in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtLocalVariableReferenceModifier and TypeMethodDescription<T> CtLocalVariableReference<T>CodeFactory.createLocalVariableReference(CtLocalVariable<T> localVariable)Creates a local variable reference that points to an existing local variable (strong referencing).<T> CtLocalVariableReference<T>CodeFactory.createLocalVariableReference(CtTypeReference<T> type, String name)Creates a local variable reference with its name an type (weak referencing).<T> CtLocalVariableReference<T>CoreFactory.createLocalVariableReference()Creates a local variable reference.<T> CtLocalVariableReference<T>Factory.createLocalVariableReference()<T> CtLocalVariableReference<T>Factory.createLocalVariableReference(CtLocalVariable<T> localVariable)<T> CtLocalVariableReference<T>Factory.createLocalVariableReference(CtTypeReference<T> type, String name)<T> CtLocalVariableReference<T>FactoryImpl.createLocalVariableReference()<T> CtLocalVariableReference<T>FactoryImpl.createLocalVariableReference(CtLocalVariable<T> localVariable)<T> CtLocalVariableReference<T>FactoryImpl.createLocalVariableReference(CtTypeReference<T> type, String name) -
Uses of CtLocalVariableReference in spoon.reflect.reference
Methods in spoon.reflect.reference that return CtLocalVariableReference -
Uses of CtLocalVariableReference in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtLocalVariableReferenceModifier and TypeMethodDescription<T> voidCtAbstractVisitor.visitCtLocalVariableReference(CtLocalVariableReference<T> reference)<T> voidCtBiScannerDefault.visitCtLocalVariableReference(CtLocalVariableReference<T> reference)<T> voidCtInheritanceScanner.visitCtLocalVariableReference(CtLocalVariableReference<T> e)<T> voidCtScanner.visitCtLocalVariableReference(CtLocalVariableReference<T> reference)<T> voidCtVisitor.visitCtLocalVariableReference(CtLocalVariableReference<T> reference)Visits a reference to a local variable.<T> voidDefaultJavaPrettyPrinter.visitCtLocalVariableReference(CtLocalVariableReference<T> reference) -
Uses of CtLocalVariableReference in spoon.support
Methods in spoon.support that return CtLocalVariableReferenceModifier and TypeMethodDescription<T> CtLocalVariableReference<T>DefaultCoreFactory.createLocalVariableReference() -
Uses of CtLocalVariableReference in spoon.support.reflect.code
Methods in spoon.support.reflect.code that return CtLocalVariableReference -
Uses of CtLocalVariableReference in spoon.support.reflect.reference
Classes in spoon.support.reflect.reference that implement CtLocalVariableReferenceMethods in spoon.support.reflect.reference that return CtLocalVariableReference -
Uses of CtLocalVariableReference in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtLocalVariableReferenceModifier and TypeMethodDescription<T> voidCloneVisitor.visitCtLocalVariableReference(CtLocalVariableReference<T> reference) -
Uses of CtLocalVariableReference in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtLocalVariableReferenceModifier and TypeMethodDescription<T> voidReplacementVisitor.visitCtLocalVariableReference(CtLocalVariableReference<T> reference)