fabil.ast
Interface FabricArrayInit

All Superinterfaces:
Annotated
All Known Implementing Classes:
FabricArrayInit_c

public interface FabricArrayInit
extends Annotated


Method Summary
 FabricArrayInit elements(java.util.List<Expr> elements)
           
 FabricArrayInit label(Expr label)
           
 FabricArrayInit location(Expr location)
           
 
Methods inherited from interface fabil.ast.Annotated
label, location
 

Method Detail

elements

FabricArrayInit elements(java.util.List<Expr> elements)

location

FabricArrayInit location(Expr location)
Specified by:
location in interface Annotated

label

FabricArrayInit label(Expr label)
Specified by:
label in interface Annotated