static class JOCLContentHandler.ConstructorDetails
extends java.lang.Object
Modifier and Type | Field and 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 and 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) |
Modifier and Type | Method and 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() |
private JOCLContentHandler.ConstructorDetails _parent
private java.lang.Class _type
private java.util.ArrayList _argTypes
private java.util.ArrayList _argValues
private boolean _isnull
private boolean _isgroup
public ConstructorDetails(java.lang.String classname, JOCLContentHandler.ConstructorDetails parent) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
public ConstructorDetails(java.lang.String classname, JOCLContentHandler.ConstructorDetails parent, boolean isnull) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
public ConstructorDetails(java.lang.String classname, JOCLContentHandler.ConstructorDetails parent, boolean isnull, boolean isgroup) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
public ConstructorDetails(java.lang.Class type, JOCLContentHandler.ConstructorDetails parent, boolean isnull, boolean isgroup)
public void addArgument(java.lang.Object value)
public void addArgument(java.lang.Class type, java.lang.Object val)
public java.lang.Class getType()
public JOCLContentHandler.ConstructorDetails getParent()
public java.lang.Object createObject() throws java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException