public abstract class LoopStatementBase extends StatementBase implements LoopStatement
| Constructor and Description |
|---|
LoopStatementBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ASTVisitor visitor)
Accept visitor for a visit.
|
void |
accept(ASTVisitorOld visitor)
Accept visitor for a visit.
|
void |
acceptChildren(ASTVisitor visitor)
Accept visitor for a visit to the children of this node.
|
ProgramAnnotation |
getLoopAnnotation()
Get the loop annotation for this item.
|
void |
setLoopAnnotation(ProgramAnnotation annotation)
Set the loop annotation for this item.
|
getAnnotation, getJudgement, setAnnotation, setJudgementgetPosition, setPositionaccept, accept, print, printCore, toString, toStringCoreequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetJudgement, getKind, setJudgementgetPosition, setPositiongetAnnotation, setAnnotationprint, printCore, toString, toStringCorepublic void setLoopAnnotation(ProgramAnnotation annotation)
setLoopAnnotation in interface LoopStatementannotation - the annotation.public ProgramAnnotation getLoopAnnotation()
getLoopAnnotation in interface LoopStatementpublic void accept(ASTVisitorOld visitor)
accept in interface ASTaccept in class StatementBasevisitor - the visitor who is accepted by this node.public void accept(ASTVisitor visitor)
accept in interface ASTaccept in class StatementBasevisitor - the visitor who is accepted by this node.public void acceptChildren(ASTVisitor visitor)
acceptChildren in interface ASTacceptChildren in class StatementBasevisitor - the visitor who is accepted by the children of this node.