|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
HirIterator interface Traverse HIR node in depth first order.
メソッドの概要 | |
HIR |
getNextExecutableNode()
next Get the node that refer/set data or change control flow directly. |
Stmt |
getNextStmt()
|
boolean |
hasNext()
|
boolean |
hasNextStmt()
|
HIR |
next()
next Get the next node and advance current point for iteration. |
Stmt |
nextStmt()
nextStmt Get the next statement skipping other nodes that are not Stmt. |
メソッドの詳細 |
public HIR next()
public boolean hasNext()
public HIR getNextExecutableNode()
public Stmt nextStmt()
public boolean hasNextStmt()
public Stmt getNextStmt()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |