uk.co.badgersinfoil.metaas.dom
Interface ASIntegerLiteral

All Superinterfaces:
Expression, Literal, ScriptElement

public interface ASIntegerLiteral
extends Literal

An integer literal expression, such as 123.

See Also:
ActionScriptFactory.newIntegerLiteral(int)

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

Method Detail

getValue

int getValue()

setValue

void setValue(int value)


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