Package org.apache.commons.jocl
Class JOCLContentHandler.ConstructorDetails
- java.lang.Object
-
- org.apache.commons.jocl.JOCLContentHandler.ConstructorDetails
-
- Enclosing class:
- JOCLContentHandler
static class JOCLContentHandler.ConstructorDetails extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.ArrayList
_argTypes
private java.util.ArrayList
_argValues
private boolean
_isgroup
private boolean
_isnull
private JOCLContentHandler.ConstructorDetails
_parent
private java.lang.Class
_type
-
Constructor Summary
Constructors Constructor Description ConstructorDetails(java.lang.Class type, JOCLContentHandler.ConstructorDetails parent, boolean isnull, boolean isgroup)
ConstructorDetails(java.lang.String classname, JOCLContentHandler.ConstructorDetails parent)
ConstructorDetails(java.lang.String classname, JOCLContentHandler.ConstructorDetails parent, boolean isnull)
ConstructorDetails(java.lang.String classname, JOCLContentHandler.ConstructorDetails parent, boolean isnull, boolean isgroup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addArgument(java.lang.Class type, java.lang.Object val)
void
addArgument(java.lang.Object value)
java.lang.Object
createObject()
JOCLContentHandler.ConstructorDetails
getParent()
java.lang.Class
getType()
-
-
-
Field Detail
-
_parent
private JOCLContentHandler.ConstructorDetails _parent
-
_type
private java.lang.Class _type
-
_argTypes
private java.util.ArrayList _argTypes
-
_argValues
private java.util.ArrayList _argValues
-
_isnull
private boolean _isnull
-
_isgroup
private boolean _isgroup
-
-
Constructor Detail
-
ConstructorDetails
public ConstructorDetails(java.lang.String classname, JOCLContentHandler.ConstructorDetails parent) throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
-
ConstructorDetails
public ConstructorDetails(java.lang.String classname, JOCLContentHandler.ConstructorDetails parent, boolean isnull) throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
-
ConstructorDetails
public ConstructorDetails(java.lang.String classname, JOCLContentHandler.ConstructorDetails parent, boolean isnull, boolean isgroup) throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
- Since:
- 1.3
-
ConstructorDetails
public ConstructorDetails(java.lang.Class type, JOCLContentHandler.ConstructorDetails parent, boolean isnull, boolean isgroup)
- Since:
- 1.3
-
-
Method Detail
-
addArgument
public void addArgument(java.lang.Object value)
-
addArgument
public void addArgument(java.lang.Class type, java.lang.Object val)
-
getType
public java.lang.Class getType()
-
getParent
public JOCLContentHandler.ConstructorDetails getParent()
-
createObject
public java.lang.Object createObject() throws java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
- Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
-
-