Uses of Interface
spoon.reflect.code.CtArrayRead
Packages that use CtArrayRead
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 CtArrayRead in spoon.reflect.code
Methods in spoon.reflect.code that return CtArrayRead -
Uses of CtArrayRead in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtArrayReadModifier and TypeMethodDescription<T> CtArrayRead<T>CoreFactory.createArrayRead()Creates an array read access expression.<T> CtArrayRead<T>Factory.createArrayRead()<T> CtArrayRead<T>FactoryImpl.createArrayRead() -
Uses of CtArrayRead in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtArrayReadModifier and TypeMethodDescription<T> voidCtAbstractVisitor.visitCtArrayRead(CtArrayRead<T> arrayRead)<T> voidCtBiScannerDefault.visitCtArrayRead(CtArrayRead<T> arrayRead)<T> voidCtInheritanceScanner.visitCtArrayRead(CtArrayRead<T> arrayRead)<T> voidCtScanner.visitCtArrayRead(CtArrayRead<T> arrayRead)<T> voidCtVisitor.visitCtArrayRead(CtArrayRead<T> arrayRead)Visits an array read access.<T> voidDefaultJavaPrettyPrinter.visitCtArrayRead(CtArrayRead<T> arrayRead) -
Uses of CtArrayRead in spoon.support
Methods in spoon.support that return CtArrayRead -
Uses of CtArrayRead in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtArrayReadModifier and TypeMethodDescription<T> voidParentExiter.visitCtArrayRead(CtArrayRead<T> arrayRead) -
Uses of CtArrayRead in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtArrayReadMethods in spoon.support.reflect.code that return CtArrayRead -
Uses of CtArrayRead in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtArrayReadModifier and TypeMethodDescription<T> voidCloneVisitor.visitCtArrayRead(CtArrayRead<T> arrayRead) -
Uses of CtArrayRead in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtArrayReadModifier and TypeMethodDescription<T> voidReplacementVisitor.visitCtArrayRead(CtArrayRead<T> arrayRead)