Class InvisibleArrayConstructorImpl<T>

All Implemented Interfaces:
Serializable, Cloneable, FactoryAccessor, CtBodyHolder, SourcePositionHolder, CtConstructor<T>, CtElement, CtExecutable<T>, CtFormalTypeDeclarer, CtModifiable, CtNamedElement, CtShadowable, CtTypedElement<T>, CtTypeMember, CtQueryable, CtVisitable

public class InvisibleArrayConstructorImpl<T> extends CtConstructorImpl<T>
This class is used to represent the constructor of an array when calling with an expression like
     String[]::new
 
Warning: this type is never present in the Spoon model. It is created dynamically when calling the executable of an expression such as the one in the example.
See Also:
Serialized Form