fabil.ast
Interface Annotated

All Known Subinterfaces:
FabricArrayInit, New, NewFabricArray
All Known Implementing Classes:
FabricArrayInit_c, New_c, NewFabricArray_c

public interface Annotated

Exprs that have label and location annotations should implement this.


Method Summary
 Expr label()
           
 Annotated label(Expr label)
           
 Expr location()
           
 Annotated location(Expr location)
           
 

Method Detail

label

Expr label()

location

Expr location()

label

Annotated label(Expr label)

location

Annotated location(Expr location)