Uses of Class
org.codehaus.janino.IClass.IConstructor
Packages that use IClass.IConstructor
-
Uses of IClass.IConstructor in org.codehaus.janino
Subclasses of IClass.IConstructor in org.codehaus.janinoFields in org.codehaus.janino declared as IClass.IConstructorModifier and TypeFieldDescriptionIClassLoader.CTOR_java_lang_StringBuilder__java_lang_Stringprivate IClass.IConstructor[]IClass.declaredIConstructorsCache(package private) IClass.IConstructorJava.ConstructorDeclarator.iConstructorThe resolvedIClass.IConstructor.Methods 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.protected IClass.IConstructor[]IClass.PrimitiveIClass.getDeclaredIConstructors2()protected IClass.IConstructor[]ReflectionIClass.getDeclaredIConstructors2()private static IClass.IConstructorIClassLoader.requireConstructor(IClass declaringType, IClass... parameterTypes) (package private) IClass.IConstructorUnitCompiler.toIConstructor(Java.ConstructorDeclarator constructorDeclarator) Methods in org.codehaus.janino with parameters of type IClass.IConstructorModifier and TypeMethodDescriptionprivate voidUnitCompiler.invokeConstructor(Java.Locatable locatable, IClass.IConstructor iConstructor) Invokes the iConstructor; assumes thatthisand the correct number and types of arguments are on the operand stack.