Uses of Class
org.codehaus.janino.IClass.IConstructor
Packages that use IClass.IConstructor
-
Uses of IClass.IConstructor in org.codehaus.janino
Fields in org.codehaus.janino declared as IClass.IConstructorMethods in org.codehaus.janino that return IClass.IConstructorModifier and TypeMethodDescriptionfinal IClass.IConstructorIClass.findIConstructor(IClass[] parameterTypes) final IClass.IConstructor[]IClass.getDeclaredIConstructors()Returns all the constructors declared by the class represented by the type.protected IClass.IConstructor[]ClassFileIClass.getDeclaredIConstructors2()protected abstract IClass.IConstructor[]IClass.getDeclaredIConstructors2()The uncached version ofIClass.getDeclaredIConstructors()which must be implemented by derived classes.