|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExprList
Expression list of the form [e1,..,en] used in multiple array assignments. Parser ensures that [e1] is represented as e1, hence the length of the list is greater or equal to 2.
Method Summary | |
---|---|
java.util.List<IExpr> |
expressions()
|
Methods inherited from interface nts.interf.base.IExpr |
---|
type |
Methods inherited from interface nts.interf.base.IVisitable |
---|
accept |
Method Detail |
---|
java.util.List<IExpr> expressions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |