public static class WyalFile.FieldDeclaration extends AbstractSyntacticItem
AbstractSyntacticItem.Blocks, AbstractSyntacticItem.Extras, AbstractSyntacticItem.Operands, AbstractSyntacticItem.Schemadata| Constructor and Description |
|---|
FieldDeclaration(WyalFile.Type type,
WyalFile.Identifier name) |
| Modifier and Type | Method and Description |
|---|---|
WyalFile.FieldDeclaration |
clone(SyntacticItem[] operands)
Create a new copy of the given syntactic item with the given operands.
|
WyalFile.Type |
getType() |
WyalFile.Identifier |
getVariableName() |
allocate, compareTo, equals, getData, getIndex, getOpcode, getOperand, getOperands, getParent, hashCode, setOpcode, setOperand, size, toStringpublic FieldDeclaration(WyalFile.Type type, WyalFile.Identifier name)
public WyalFile.Type getType()
public WyalFile.Identifier getVariableName()
public WyalFile.FieldDeclaration clone(SyntacticItem[] operands)
SyntacticItemsize() for this item, and
be of appropriate type.Copyright © 2017. All rights reserved.