uk.co.badgersinfoil.metaas.dom
Interface ASObjectLiteral

All Superinterfaces:
Expression, Literal, ScriptElement

public interface ASObjectLiteral
extends Literal

An object-literal-expression, such as {a: "b", c: 2}.

See Also:
ActionScriptFactory.newObjectLiteral()

Nested Class Summary
static interface ASObjectLiteral.Field
          A field within an object literal
 
Method Summary
 java.util.List getFields()
          Returns a list of ASObjectLiteral.Field objects.
 ASObjectLiteral.Field newField(java.lang.String name, Expression value)
           
 

Method Detail

getFields

java.util.List getFields()
Returns a list of ASObjectLiteral.Field objects.


newField

ASObjectLiteral.Field newField(java.lang.String name,
                               Expression value)


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