Uses of Interface
eu.bandm.tools.metajava.MetaConstructor
Packages that use MetaConstructor
Package
Description
Mirror of Java reflection: Build java sources as object models.
-
Uses of MetaConstructor in eu.bandm.tools.metajava
Classes in eu.bandm.tools.metajava that implement MetaConstructorMethods in eu.bandm.tools.metajava that return types with arguments of type MetaConstructorModifier and TypeMethodDescriptionAbstractMetaClass.getConstructors()
Collection
<? extends MetaConstructor> MetaClass.getConstructors()
Methods in eu.bandm.tools.metajava with parameters of type MetaConstructorModifier and TypeMethodDescriptionprotected void
Visitor.action
(MetaConstructor constructor) void
Visitor.match
(MetaConstructor constructor)