nts.interf.expr
Interface IAccessBasic

All Superinterfaces:
IAccess, IExpr, ILabel, IVisitable

public interface IAccessBasic
extends IAccess, IExpr

A basic access to a variable -- an access without indexing.

Indexed access can also represent the left-hand side of an array assignment (see ).


Method Summary
 IVarTableEntry var()
           
 
Methods inherited from interface nts.interf.base.IExpr
type
 
Methods inherited from interface nts.interf.base.IVisitable
accept
 

Method Detail

var

IVarTableEntry var()
Returns:
variable table entry for the accessed variable