public abstract class Statement extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Statement.Kind |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
abstract Statement.Kind |
getKind() |
CGNode |
getNode() |
int |
hashCode() |
String |
toString() |
public Statement(CGNode node)
public abstract Statement.Kind getKind()
public CGNode getNode()