public abstract class Stmt extends ASTNode
Modifier | Constructor and Description |
---|---|
protected |
Stmt(int lineNum)
Stmt constructor
|
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
accept(visitor.Visitor v,
java.lang.Object o)
Visitor method
|
getLineNum