org.biomage.tools.generate_classes
Class CreateClassFile.MethodInformation.ParamInfo
java.lang.Object
org.biomage.tools.generate_classes.CreateFile.AttrInformation
org.biomage.tools.generate_classes.CreateClassFile.MethodInformation.ParamInfo
- Enclosing class:
- CreateClassFile.MethodInformation
public class CreateClassFile.MethodInformation.ParamInfo
- extends CreateFile.AttrInformation
Description:
Inner class to hold parameter information.
Field Summary |
protected java.lang.String |
defaultValue
|
protected java.lang.String |
kind
|
Constructor Summary |
protected |
CreateClassFile.MethodInformation.ParamInfo(org.w3c.dom.Element paramElement,
java.util.Map id2classes,
java.util.Map id2dataType,
java.util.Map id2packages,
java.util.Map id2extInfo)
Description:
C'tor for class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
kind
protected java.lang.String kind
defaultValue
protected java.lang.String defaultValue
CreateClassFile.MethodInformation.ParamInfo
protected CreateClassFile.MethodInformation.ParamInfo(org.w3c.dom.Element paramElement,
java.util.Map id2classes,
java.util.Map id2dataType,
java.util.Map id2packages,
java.util.Map id2extInfo)
throws java.lang.Exception
- Description:
C'tor for class.
- Parameters:
paramNode:
- the node to get the information on the method.id2classes:
- map to the classes for information for parameters.id2dataType:
- map to the datatypes for parameters.id2packages:
- map to the packages for import information.id2extInfo:
- map to the comments.
- Throws:
java.lang.Exception