org.mesopotamia.lang.java
Class ParameterDefinition

java.lang.Object
  extended by LanguageElement
      extended by org.mesopotamia.lang.java.JavaLanguageElement
          extended by org.mesopotamia.lang.java.ParameterDefinition
All Implemented Interfaces:
Info, VariableInfo
Direct Known Subclasses:
VariableParameterDefinition

public class ParameterDefinition
extends JavaLanguageElement
implements VariableInfo


Field Summary
 
Fields inherited from class org.mesopotamia.lang.java.JavaLanguageElement
fcn, fcnCalculated, JAVA_LANG_OBJECT, providerHandle
 
Constructor Summary
ParameterDefinition(NodeData xData, java.lang.Class<?> context, Scan scan, RepositoryLanguage language, java.lang.Object environment)
           
 
Method Summary
protected  void acceptChildren(Visitor visitor)
           
 java.util.List<Annotation> getAnnotations()
           
 TypeInfo getDeclaringType()
           
 java.lang.String getFcn()
          Helper method for giving FCN's to anonymous and local classes.
 java.util.List<java.lang.String> getModifiers()
           
 java.lang.String getName()
           
 TypeSpecification getTypeSpecification()
           
 void toDom(org.w3c.dom.Element holder)
           
 
Methods inherited from class org.mesopotamia.lang.java.JavaLanguageElement
getComments, getProvider, setProviderHandle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterDefinition

public ParameterDefinition(NodeData xData,
                           java.lang.Class<?> context,
                           Scan scan,
                           RepositoryLanguage language,
                           java.lang.Object environment)
                    throws MesopotamiaException
Throws:
MesopotamiaException
Method Detail

toDom

public void toDom(org.w3c.dom.Element holder)

getName

public java.lang.String getName()
Specified by:
getName in interface Info
Returns:
Variable, type of method name.

getTypeSpecification

public TypeSpecification getTypeSpecification()
Specified by:
getTypeSpecification in interface VariableInfo

getModifiers

public java.util.List<java.lang.String> getModifiers()
Specified by:
getModifiers in interface Info

acceptChildren

protected void acceptChildren(Visitor visitor)
Overrides:
acceptChildren in class JavaLanguageElement

getAnnotations

public java.util.List<Annotation> getAnnotations()

getDeclaringType

public TypeInfo getDeclaringType()
Specified by:
getDeclaringType in interface Info
Returns:
Information about declaring type. Null for local variables and local and anonymous classes.

getFcn

public java.lang.String getFcn()
Description copied from class: JavaLanguageElement
Helper method for giving FCN's to anonymous and local classes.

Specified by:
getFcn in interface Info
Overrides:
getFcn in class JavaLanguageElement
Returns:
Fully qualified name. Null for local variables and local and anonymous classes/interfaces.


Copyright © 2005 Hammurapi Group. All Rights Reserved.