Uses of Class
bsh.ClassGeneratorUtil.ConstructorArgs
-
Packages that use ClassGeneratorUtil.ConstructorArgs Package Description bsh -
-
Uses of ClassGeneratorUtil.ConstructorArgs in bsh
Fields in bsh declared as ClassGeneratorUtil.ConstructorArgs Modifier and Type Field Description static ClassGeneratorUtil.ConstructorArgs
ClassGeneratorUtil.ConstructorArgs. DEFAULT
A ConstructorArgs which calls the default constructorMethods in bsh that return ClassGeneratorUtil.ConstructorArgs Modifier and Type Method Description static ClassGeneratorUtil.ConstructorArgs
ClassGeneratorUtil. getConstructorArgs(java.lang.String superClassName, This classStaticThis, java.lang.Object[] consArgs, int index)
This method is called by the **generated class** during construction.
-