Uses of Interface
spoon.reflect.reference.CtUnboundVariableReference
Packages that use CtUnboundVariableReference
Package
Description
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 CtUnboundVariableReference in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtUnboundVariableReferenceModifier and TypeMethodDescription<T> CtUnboundVariableReference<T>
CoreFactory.createUnboundVariableReference()
Creates an unbound variable used in noclasspath.<T> CtUnboundVariableReference<T>
Factory.createUnboundVariableReference()
<T> CtUnboundVariableReference<T>
FactoryImpl.createUnboundVariableReference()
-
Uses of CtUnboundVariableReference in spoon.reflect.reference
Methods in spoon.reflect.reference that return CtUnboundVariableReference -
Uses of CtUnboundVariableReference in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtUnboundVariableReferenceModifier and TypeMethodDescription<T> void
CtAbstractVisitor.visitCtUnboundVariableReference(CtUnboundVariableReference<T> reference)
<T> void
CtBiScannerDefault.visitCtUnboundVariableReference(CtUnboundVariableReference<T> reference)
<T> void
CtInheritanceScanner.visitCtUnboundVariableReference(CtUnboundVariableReference<T> reference)
<T> void
CtScanner.visitCtUnboundVariableReference(CtUnboundVariableReference<T> reference)
<T> void
CtVisitor.visitCtUnboundVariableReference(CtUnboundVariableReference<T> reference)
Visits a reference to an unbound field<T> void
DefaultJavaPrettyPrinter.visitCtUnboundVariableReference(CtUnboundVariableReference<T> reference)
-
Uses of CtUnboundVariableReference in spoon.support
Methods in spoon.support that return CtUnboundVariableReferenceModifier and TypeMethodDescription<T> CtUnboundVariableReference<T>
DefaultCoreFactory.createUnboundVariableReference()
-
Uses of CtUnboundVariableReference in spoon.support.reflect.reference
Classes in spoon.support.reflect.reference that implement CtUnboundVariableReferenceModifier and TypeClassDescriptionclass
represents a reference to an unbound field (used when no full classpath is availableMethods in spoon.support.reflect.reference that return CtUnboundVariableReference -
Uses of CtUnboundVariableReference in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtUnboundVariableReferenceModifier and TypeMethodDescription<T> void
CloneVisitor.visitCtUnboundVariableReference(CtUnboundVariableReference<T> reference)
-
Uses of CtUnboundVariableReference in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtUnboundVariableReferenceModifier and TypeMethodDescription<T> void
ReplacementVisitor.visitCtUnboundVariableReference(CtUnboundVariableReference<T> reference)