public class ElseIfNode extends AbstractBodyNode
| Constructor and Description |
|---|
ElseIfNode(org.jamon.api.Location location,
String condition) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Analysis analysis) |
boolean |
equals(Object obj) |
String |
getCondition() |
int |
hashCode() |
protected void |
propertiesToString(StringBuilder buffer) |
addSubNode, getSubNodesaddProperty, addProperty, addPropertyList, getLocation, toStringpublic ElseIfNode(org.jamon.api.Location location,
String condition)
public void apply(Analysis analysis)
apply in class AbstractBodyNodepublic String getCondition()
public boolean equals(Object obj)
equals in class AbstractBodyNodepublic int hashCode()
hashCode in class AbstractBodyNodeprotected void propertiesToString(StringBuilder buffer)
propertiesToString in class AbstractBodyNodeCopyright © 2003–2015 Jamon developers. All rights reserved.