uk.co.badgersinfoil.metaas
Interface ASField

All Superinterfaces:
ASMember

public interface ASField
extends ASMember

Represents an ActionScript field definition within an ActionScript class.

See Also:
ASClassType.newField(String, Visibility, String)

Method Summary
 boolean isConst()
           
 void setConst(boolean isConst)
           
 void setInitializer(java.lang.String expr)
          Sets the ActionScript expression defining the initial value for this ActionScript field.
 
Methods inherited from interface uk.co.badgersinfoil.metaas.ASMember
getDocComment, getName, getType, getVisibility, isStatic, setDocComment, setName, setStatic, setType, setVisibility
 

Method Detail

setInitializer

void setInitializer(java.lang.String expr)
Sets the ActionScript expression defining the initial value for this ActionScript field.


setConst

void setConst(boolean isConst)

isConst

boolean isConst()


Copyright © 2006 null. All Rights Reserved.