public static class LeftAssociative.Iterator extends java.lang.Object implements java.util.Iterator<LeftAssociative.OperatorAndOperand>, java.lang.Iterable<LeftAssociative.OperatorAndOperand>
Constructor and Description |
---|
LeftAssociative.Iterator(AstNode leftAssociativeNode) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.Iterator<LeftAssociative.OperatorAndOperand> |
iterator() |
LeftAssociative.OperatorAndOperand |
next() |
void |
remove() |
public LeftAssociative.Iterator(AstNode leftAssociativeNode)
public boolean hasNext()
hasNext
in interface java.util.Iterator<LeftAssociative.OperatorAndOperand>
public LeftAssociative.OperatorAndOperand next()
next
in interface java.util.Iterator<LeftAssociative.OperatorAndOperand>
public void remove()
remove
in interface java.util.Iterator<LeftAssociative.OperatorAndOperand>
public java.util.Iterator<LeftAssociative.OperatorAndOperand> iterator()
iterator
in interface java.lang.Iterable<LeftAssociative.OperatorAndOperand>
Copyright © 2012 SonarSource. All Rights Reserved.