pt.compiler.parser.ast.expr
Class TaskClauseExpr
java.lang.Object
pt.compiler.parser.ast.Node
pt.compiler.parser.ast.expr.Expression
pt.compiler.parser.ast.expr.TaskClauseExpr
public class TaskClauseExpr
- extends Expression
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TaskClauseExpr
public TaskClauseExpr(int line,
int column,
Expression expression,
PT_DependsOn dependences,
PT_Notify notifyList,
PT_Notify notifyInterList,
PT_Handler exceptionHandlerList)
getExpression
public Expression getExpression()
getDependences
public PT_DependsOn getDependences()
getNotifyList
public PT_Notify getNotifyList()
getNotifyInterList
public PT_Notify getNotifyInterList()
getExceptionHandlerList
public PT_Handler getExceptionHandlerList()
accept
public <A> void accept(VoidVisitor<A> v,
A arg)
- Overrides:
accept
in class Node
accept
public <R,A> R accept(GenericVisitor<R,A> v,
A arg)
- Overrides:
accept
in class Node