com.github.antlrjavaparser.api.expr
Class AnnotationExpr

java.lang.Object
  extended by com.github.antlrjavaparser.api.Node
      extended by com.github.antlrjavaparser.api.expr.Expression
          extended by com.github.antlrjavaparser.api.expr.AnnotationExpr
Direct Known Subclasses:
MarkerAnnotationExpr, NormalAnnotationExpr, SingleMemberAnnotationExpr

public abstract class AnnotationExpr
extends Expression

Author:
Julio Vilmar Gesser

Field Summary
protected  NameExpr name
           
 
Constructor Summary
AnnotationExpr()
           
AnnotationExpr(int beginLine, int beginColumn, int endLine, int endColumn)
           
 
Method Summary
 NameExpr getName()
           
 void setName(NameExpr name)
           
 
Methods inherited from class com.github.antlrjavaparser.api.Node
accept, accept, equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected NameExpr name
Constructor Detail

AnnotationExpr

public AnnotationExpr()

AnnotationExpr

public AnnotationExpr(int beginLine,
                      int beginColumn,
                      int endLine,
                      int endColumn)
Method Detail

getName

public NameExpr getName()

setName

public void setName(NameExpr name)


Copyright © 2013. All Rights Reserved.