polyglot.ast
Interface VarInit

All Known Subinterfaces:
FieldDecl, LocalDecl
All Known Implementing Classes:
FieldDecl_c, LocalDecl_c

public interface VarInit

VarInit should be implemented by any node that could declare and initialize a variable or field.


Method Summary
 boolean constantValueSet()
          Whether the initializer has been determined to be constant or not.
 VarInstance varInstance()
          The variable being initialized.
 

Method Detail

varInstance

VarInstance varInstance()
The variable being initialized.


constantValueSet

boolean constantValueSet()
Whether the initializer has been determined to be constant or not.