uk.co.badgersinfoil.metaas.dom
Interface ASSuperStatement

All Superinterfaces:
ScriptElement, Statement

public interface ASSuperStatement
extends Statement

A call to a superclass constructor, such as super(args);.

NB the other use of the super keyword, in super-expressions is not represented by this class.

See Also:
StatementContainer.newSuper(List)

Method Summary
 java.util.List getArguments()
           
 void setArguments(java.util.List args)
           
 

Method Detail

setArguments

void setArguments(java.util.List args)
Parameters:
args - a list of Expression

getArguments

java.util.List getArguments()
Returns:
a list of Expression


Copyright © 2006-2008 David Holroyd. All Rights Reserved.