|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectdk.brics.string.flow.Node
dk.brics.string.flow.BinaryNode
public class BinaryNode
Binary operation node.
| Method Summary | |
|---|---|
Use |
getArg1()
Returns Use for first argument. |
Use |
getArg2()
Returns Use for second argument. |
BinaryOperation |
getOp()
Returns the operation. |
void |
visitBy(NodeVisitor v)
Visitor. |
| Methods inherited from class dk.brics.string.flow.Node |
|---|
compareTo, getIndex, getUses, isTaint, setTaint, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Use getArg1()
public Use getArg2()
public BinaryOperation getOp()
public void visitBy(NodeVisitor v)
Node
visitBy in class Node
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||