public abstract class P2SetVisitor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
returnValue |
Constructor and Description |
---|
P2SetVisitor() |
Modifier and Type | Method and Description |
---|---|
boolean |
getReturnValue() |
abstract void |
visit(Node n) |
public abstract void visit(Node n)
public boolean getReturnValue()