pt.compiler.parser.ast.body
Class EmptyTypeDeclaration

java.lang.Object
  extended by pt.compiler.parser.ast.Node
      extended by pt.compiler.parser.ast.body.BodyDeclaration
          extended by pt.compiler.parser.ast.body.TypeDeclaration
              extended by pt.compiler.parser.ast.body.EmptyTypeDeclaration

public final class EmptyTypeDeclaration
extends TypeDeclaration

Author:
Julio Vilmar Gesser

Constructor Summary
EmptyTypeDeclaration(int line, int column, JavadocComment javaDoc)
           
 
Method Summary
<R,A> R
accept(GenericVisitor<R,A> v, A arg)
           
<A> void
accept(VoidVisitor<A> v, A arg)
           
 
Methods inherited from class pt.compiler.parser.ast.body.TypeDeclaration
getMembers, getModifiers, getName
 
Methods inherited from class pt.compiler.parser.ast.body.BodyDeclaration
getJavaDoc
 
Methods inherited from class pt.compiler.parser.ast.Node
getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, setData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptyTypeDeclaration

public EmptyTypeDeclaration(int line,
                            int column,
                            JavadocComment javaDoc)
Method Detail

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