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