intarsys runtime library

de.intarsys.tools.functor
Interface IArgumentDeclaration

All Superinterfaces:
IDeclaration, IDeclarationElement
All Known Implementing Classes:
ArgumentDeclaration

public interface IArgumentDeclaration
extends IDeclarationElement

The declaration for an argument to an IFunctorCall.


Field Summary
 
Fields inherited from interface de.intarsys.tools.functor.IDeclarationElement
MOD_TRANSIENT
 
Method Summary
 Object getDefaultValue()
           
 Class getType()
           
 boolean isDefaultDefined()
           
 
Methods inherited from interface de.intarsys.tools.functor.IDeclarationElement
getModifierString, getName, hasModifier
 
Methods inherited from interface de.intarsys.tools.functor.IDeclaration
copy, getDeclarationContext, isBlock
 

Method Detail

getDefaultValue

Object getDefaultValue()
                       throws FunctorInvocationException
Throws:
FunctorInvocationException

getType

Class getType()

isDefaultDefined

boolean isDefaultDefined()

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.