public class AnnotationNode extends AbstractNode
Constructor and Description |
---|
AnnotationNode(org.jamon.api.Location location,
String annotations,
AnnotationType type) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Analysis analysis) |
boolean |
equals(Object obj) |
String |
getAnnotations() |
AnnotationType |
getType() |
int |
hashCode() |
protected void |
propertiesToString(StringBuilder buffer) |
addProperty, addProperty, addPropertyList, getLocation, toString
public AnnotationNode(org.jamon.api.Location location, String annotations, AnnotationType type)
public void apply(Analysis analysis)
apply
in class AbstractNode
public String getAnnotations()
public AnnotationType getType()
public boolean equals(Object obj)
equals
in class AbstractNode
public int hashCode()
hashCode
in class AbstractNode
protected void propertiesToString(StringBuilder buffer)
propertiesToString
in class AbstractNode
Copyright © 2003–2018 Jamon developers. All rights reserved.