uk.co.badgersinfoil.metaas.dom
Interface ASStringLiteral

All Superinterfaces:
Expression, Literal, ScriptElement

public interface ASStringLiteral
extends Literal

A literal string value, such as "foo" or 'bar'.

See Also:
ActionScriptFactory.newStringLiteral(String)

Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 

Method Detail

getValue

java.lang.String getValue()

setValue

void setValue(java.lang.String value)


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