T - public static class WyalFile.Tuple<T extends SyntacticItem> extends AbstractSyntacticItem implements Iterable<T>
AbstractSyntacticItem.Blocks, AbstractSyntacticItem.Extras, AbstractSyntacticItem.Operands, AbstractSyntacticItem.Schemadata| Modifier and Type | Method and Description |
|---|---|
WyalFile.Tuple<T> |
clone(SyntacticItem[] operands)
Create a new copy of the given syntactic item with the given operands.
|
T |
getOperand(int i)
Return the ith top-level operand in this bytecode.
|
T[] |
getOperands()
Return the top-level operands in this bytecode.
|
Iterator<T> |
iterator() |
String |
toString() |
allocate, compareTo, equals, getData, getIndex, getOpcode, getParent, hashCode, setOpcode, setOperand, sizeclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic T getOperand(int i)
SyntacticItemgetOperand in interface SyntacticItemgetOperand in class AbstractSyntacticItempublic T[] getOperands()
SyntacticItemgetOperands in interface SyntacticItemgetOperands in class AbstractSyntacticItempublic WyalFile.Tuple<T> clone(SyntacticItem[] operands)
SyntacticItemsize() for this item, and
be of appropriate type.clone in interface SyntacticItempublic String toString()
toString in class AbstractSyntacticItemCopyright © 2017. All rights reserved.