pt.compiler.parser.ast.body
Class TaskDeclaration
java.lang.Object
pt.compiler.parser.ast.Node
pt.compiler.parser.ast.body.BodyDeclaration
pt.compiler.parser.ast.body.TaskDeclaration
public class TaskDeclaration
- extends BodyDeclaration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TaskDeclaration
public TaskDeclaration(int line,
int column,
JavadocComment javaDoc,
int modifiers,
MethodDeclaration method,
java.lang.String multiTaskSize,
boolean isInteractive,
java.lang.String smartCutoff)
getMultiTaskSize
public java.lang.String getMultiTaskSize()
getModifiers
public int getModifiers()
isInteractive
public boolean isInteractive()
getSmartCutoff
public java.lang.String getSmartCutoff()
isSmart
public boolean isSmart()
getMethodDeclaration
public MethodDeclaration getMethodDeclaration()
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