|
|||||||||
| Home >> All >> org >> apache >> commons >> [ jocl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.commons.jocl
Class JOCLContentHandler.ConstructorDetails

java.lang.Objectorg.apache.commons.jocl.JOCLContentHandler.ConstructorDetails
- Enclosing class:
- JOCLContentHandler
- class JOCLContentHandler.ConstructorDetails
- extends java.lang.Object
| Field Summary | |
private java.util.ArrayList |
_argTypes
|
private java.util.ArrayList |
_argValues
|
private boolean |
_isnull
|
private JOCLContentHandler.ConstructorDetails |
_parent
|
private java.lang.Class |
_type
|
| Constructor Summary | |
JOCLContentHandler.ConstructorDetails(java.lang.Class type,
JOCLContentHandler.ConstructorDetails parent,
boolean isnull)
|
|
JOCLContentHandler.ConstructorDetails(java.lang.String classname,
JOCLContentHandler.ConstructorDetails parent)
|
|
JOCLContentHandler.ConstructorDetails(java.lang.String classname,
JOCLContentHandler.ConstructorDetails parent,
boolean isnull)
|
|
| Method Summary | |
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()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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
| Constructor Detail |
JOCLContentHandler.ConstructorDetails
public JOCLContentHandler.ConstructorDetails(java.lang.String classname, JOCLContentHandler.ConstructorDetails parent) throws java.lang.ClassNotFoundException
JOCLContentHandler.ConstructorDetails
public JOCLContentHandler.ConstructorDetails(java.lang.String classname, JOCLContentHandler.ConstructorDetails parent, boolean isnull) throws java.lang.ClassNotFoundException
JOCLContentHandler.ConstructorDetails
public JOCLContentHandler.ConstructorDetails(java.lang.Class type, JOCLContentHandler.ConstructorDetails parent, boolean isnull)
| 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.ClassNotFoundException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
|
|||||||||
| Home >> All >> org >> apache >> commons >> [ jocl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.commons.jocl.JOCLContentHandler.ConstructorDetails