@Deprecated public class FabricArrayInit_c extends ArrayInit_c implements FabricArrayInit
| Modifier and Type | Field and Description |
|---|---|
protected Expr |
label
Deprecated.
|
protected Expr |
location
Deprecated.
|
| Constructor and Description |
|---|
FabricArrayInit_c(Position pos,
java.util.List<Expr> elements,
Expr label,
Expr location)
Deprecated.
|
FabricArrayInit_c(Position pos,
java.util.List<Expr> elements,
Expr label,
Expr location,
Ext ext)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Type |
arrayOf(TypeSystem ts,
Type baseType)
Deprecated.
|
Node |
copy(NodeFactory nf)
Deprecated.
|
FabricArrayInit |
elements(java.util.List<Expr> elements)
Deprecated.
|
Expr |
label()
Deprecated.
|
FabricArrayInit_c |
label(Expr label)
Deprecated.
|
protected <N extends FabricArrayInit_c> |
label(N n,
Expr label)
Deprecated.
|
Expr |
location()
Deprecated.
|
FabricArrayInit_c |
location(Expr location)
Deprecated.
|
protected <N extends FabricArrayInit_c> |
location(N n,
Expr location)
Deprecated.
|
protected <N extends FabricArrayInit_c> |
reconstruct(N n,
java.util.List<Expr> elements,
Expr location,
Expr label)
Deprecated.
Reconstructs the initializer.
|
Node |
visitChildren(NodeVisitor v)
Deprecated.
|
@Deprecated
public FabricArrayInit_c(Position pos,
java.util.List<Expr> elements,
Expr label,
Expr location)
public FabricArrayInit_c(Position pos,
java.util.List<Expr> elements,
Expr label,
Expr location,
Ext ext)
public FabricArrayInit elements(java.util.List<Expr> elements)
elements in interface FabricArrayInitpublic Expr location()
public FabricArrayInit_c location(Expr location)
location in interface FabricArrayInitprotected <N extends FabricArrayInit_c> N location(N n, Expr location)
public Expr label()
public FabricArrayInit_c label(Expr label)
label in interface FabricArrayInitprotected <N extends FabricArrayInit_c> N label(N n, Expr label)
protected <N extends FabricArrayInit_c> N reconstruct(N n, java.util.List<Expr> elements, Expr location, Expr label)
public Node visitChildren(NodeVisitor v)
protected Type arrayOf(TypeSystem ts,
Type baseType)
public Node copy(NodeFactory nf)