Uses of Interface
spoon.reflect.code.CtConstructorCall
Packages that use CtConstructorCall
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 CtConstructorCall in spoon.reflect.code
Subinterfaces of CtConstructorCall in spoon.reflect.codeModifier and TypeInterfaceDescriptioninterfaceCtNewClass<T>This code element represents the creation of a anonymous class.Methods in spoon.reflect.code that return CtConstructorCall -
Uses of CtConstructorCall in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtConstructorCallModifier and TypeMethodDescription<T> CtConstructorCall<T>CodeFactory.createConstructorCall(CtTypeReference<T> type, CtExpression<?>... parameters)Creates a constructor call.<T> CtConstructorCall<T>CoreFactory.createConstructorCall()Creates a constructor call expression.<T> CtConstructorCall<T>Factory.createConstructorCall()<T> CtConstructorCall<T>Factory.createConstructorCall(CtTypeReference<T> type, CtExpression<?>... parameters)<T> CtConstructorCall<T>FactoryImpl.createConstructorCall()<T> CtConstructorCall<T>FactoryImpl.createConstructorCall(CtTypeReference<T> type, CtExpression<?>... parameters) -
Uses of CtConstructorCall in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtConstructorCallModifier and TypeMethodDescription<T> voidCtAbstractVisitor.visitCtConstructorCall(CtConstructorCall<T> ctConstructorCall)<T> voidCtBiScannerDefault.visitCtConstructorCall(CtConstructorCall<T> ctConstructorCall)<T> voidCtInheritanceScanner.visitCtConstructorCall(CtConstructorCall<T> e)<T> voidCtScanner.visitCtConstructorCall(CtConstructorCall<T> ctConstructorCall)<T> voidCtVisitor.visitCtConstructorCall(CtConstructorCall<T> ctConstructorCall)Visits a call to a constructor.<T> voidDefaultJavaPrettyPrinter.visitCtConstructorCall(CtConstructorCall<T> ctConstructorCall) -
Uses of CtConstructorCall in spoon.support
Methods in spoon.support that return CtConstructorCallModifier and TypeMethodDescription<T> CtConstructorCall<T>DefaultCoreFactory.createConstructorCall() -
Uses of CtConstructorCall in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtConstructorCallModifier and TypeMethodDescription<T> voidParentExiter.visitCtConstructorCall(CtConstructorCall<T> ctConstructorCall) -
Uses of CtConstructorCall in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtConstructorCallMethods in spoon.support.reflect.code that return CtConstructorCall -
Uses of CtConstructorCall in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtConstructorCallModifier and TypeMethodDescription<T> voidCloneBuilder.visitCtConstructorCall(CtConstructorCall<T> e)<T> voidCloneVisitor.visitCtConstructorCall(CtConstructorCall<T> ctConstructorCall) -
Uses of CtConstructorCall in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtConstructorCallModifier and TypeMethodDescription<T> voidReplacementVisitor.visitCtConstructorCall(CtConstructorCall<T> ctConstructorCall)