uk.co.badgersinfoil.metaas.dom
Interface ASInvocationExpression

All Superinterfaces:
Expression, Invocation, ScriptElement

public interface ASInvocationExpression
extends Expression, Invocation

An invocation of a method or function, such as a().

For constructor invocations see ASNewExpression.

See Also:
ActionScriptFactory.newInvocationExpression(Expression, java.util.List)

Method Summary
 
Methods inherited from interface uk.co.badgersinfoil.metaas.dom.Invocation
getArguments, getTargetExpression, setArguments, setTargetExpression
 



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