uk.co.badgersinfoil.metaas.dom
Interface ASBooleanLiteral

All Superinterfaces:
Expression, Literal, ScriptElement

public interface ASBooleanLiteral
extends Literal

A boolean literal expression, such as true or false.

See Also:
ActionScriptFactory.newBooleanLiteral(boolean)

Method Summary
 boolean getValue()
           
 void setValue(boolean value)
           
 

Method Detail

getValue

boolean getValue()

setValue

void setValue(boolean value)


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