org.objectweb.fractal.adl.arguments
Interface ArgumentDefinition

All Superinterfaces:
Definition, Node

public interface ArgumentDefinition
extends Definition

AST node interface for definition elements that may contain arguments.


Method Summary
 java.lang.String getArguments()
          Returns the arguments of the definition.
 void setArguments(java.lang.String arguments)
          Sets the arguments of the definition.
 
Methods inherited from interface org.objectweb.fractal.adl.Definition
getName, setName
 
Methods inherited from interface org.objectweb.fractal.adl.Node
astAddNode, astGetAttributes, astGetDecoration, astGetDecorations, astGetNodes, astGetNodeTypes, astGetSource, astGetType, astNewInstance, astRemoveNode, astSetAttributes, astSetDecoration, astSetDecorations, astSetSource
 

Method Detail

getArguments

java.lang.String getArguments()
Returns the arguments of the definition.

Returns:
a comma separated list of the arguments of this definition node.

setArguments

void setArguments(java.lang.String arguments)
Sets the arguments of the definition.

Parameters:
arguments - a comma separated list of the arguments of this definition node.


Copyright © 2001-2010 ObjectWeb Consortium. All Rights Reserved.