Uses of Interface
spoon.reflect.code.CtNewClass
Packages that use CtNewClass
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 CtNewClass in spoon.reflect.code
Methods in spoon.reflect.code with type parameters of type CtNewClassModifier and TypeMethodDescription<N extends CtNewClass>
NCtNewClass.setAnonymousClass(CtClass<?> anonymousClass)Sets the created class.Methods in spoon.reflect.code that return CtNewClass -
Uses of CtNewClass in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtNewClassModifier and TypeMethodDescription<T> CtNewClass<T>CodeFactory.createNewClass(CtType<T> superClass, CtExpression<?>... parameters)Creates a new anonymous class.<T> CtNewClass<T>CoreFactory.createNewClass()Creates a new anonymous class expression.<T> CtNewClass<T>Factory.createNewClass()CtNewClass<?>Factory.createNewClass(CtType<?> superClass, CtExpression<?>... parameters)Creates an anonymous class<T> CtNewClass<T>FactoryImpl.createNewClass()CtNewClass<?>FactoryImpl.createNewClass(CtType<?> superClass, CtExpression<?>... parameters) -
Uses of CtNewClass in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtNewClassModifier and TypeMethodDescription<T> voidCtAbstractVisitor.visitCtNewClass(CtNewClass<T> newClass)<T> voidCtBiScannerDefault.visitCtNewClass(CtNewClass<T> newClass)<T> voidCtInheritanceScanner.visitCtNewClass(CtNewClass<T> e)<T> voidCtScanner.visitCtNewClass(CtNewClass<T> newClass)<T> voidCtVisitor.visitCtNewClass(CtNewClass<T> newClass)Visits an anonymous class construction.<T> voidDefaultJavaPrettyPrinter.visitCtNewClass(CtNewClass<T> newClass) -
Uses of CtNewClass in spoon.support
Methods in spoon.support that return CtNewClass -
Uses of CtNewClass in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtNewClass -
Uses of CtNewClass in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtNewClassMethods in spoon.support.reflect.code with type parameters of type CtNewClassModifier and TypeMethodDescription<N extends CtNewClass>
NCtNewClassImpl.setAnonymousClass(CtClass<?> anonymousClass)Methods in spoon.support.reflect.code that return CtNewClass -
Uses of CtNewClass in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtNewClass -
Uses of CtNewClass in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtNewClassModifier and TypeMethodDescription<T> voidReplacementVisitor.visitCtNewClass(CtNewClass<T> newClass)