org.yasl.xmlobjects
Interface ArgAccumulator

All Known Subinterfaces:
ArgumentDefComplex, KeyedObjectInstantiator, MapEntryArgDef, MethodCall, ObjectInstantiator
All Known Implementing Classes:
ArgumentDefComplexImpl, MapEntryArgDefImpl, MethodCallImpl, ObjectInstantiatorImpl

public interface ArgAccumulator

Interface to components that accumulate arguments for calls to a method or constructor.

Version:
1.0
Author:
Jeff Chapman

Method Summary
 void addArgument(ArgumentDef arg)
          Adds an argument to this object's list of arguments.
 

Method Detail

addArgument

public void addArgument(ArgumentDef arg)
Adds an argument to this object's list of arguments.

Parameters:
arg - ArgumentDef