uk.co.badgersinfoil.metaas.dom
Interface ASVarDeclarationFragment

All Superinterfaces:
ScriptElement

public interface ASVarDeclarationFragment
extends ScriptElement

The declaration of a single variable in a variable-declaration-statement, such as the a:String in var a:String;

This type is separate from ASDeclarationStatement since a single statement may declare a list of variables. For example:

var a:String, b:int = 1;

See Also:
ASDeclarationStatement.getVars()

Method Summary
 Expression getInitializer()
           
 java.lang.String getName()
           
 java.lang.String getTypeName()
           
 

Method Detail

getName

java.lang.String getName()

getTypeName

java.lang.String getTypeName()

getInitializer

Expression getInitializer()


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