pt.compiler.parser.ast.expr
Class AnnotationExpr

java.lang.Object
  extended by pt.compiler.parser.ast.Node
      extended by pt.compiler.parser.ast.expr.Expression
          extended by pt.compiler.parser.ast.expr.AnnotationExpr
Direct Known Subclasses:
MarkerAnnotationExpr, NormalAnnotationExpr, SingleMemberAnnotationExpr

public abstract class AnnotationExpr
extends Expression

Author:
Julio Vilmar Gesser

Constructor Summary
AnnotationExpr(int line, int column)
           
 
Method Summary
 
Methods inherited from class pt.compiler.parser.ast.Node
accept, accept, 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

AnnotationExpr

public AnnotationExpr(int line,
                      int column)