public class WhileNode extends AbstractBodyNode
Constructor and Description |
---|
WhileNode(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, getSubNodes
addProperty, addProperty, addPropertyList, getLocation, toString
public WhileNode(org.jamon.api.Location location, String condition)
public void apply(Analysis analysis)
apply
in class AbstractBodyNode
public String getCondition()
public boolean equals(Object obj)
equals
in class AbstractBodyNode
public int hashCode()
hashCode
in class AbstractBodyNode
protected void propertiesToString(StringBuilder buffer)
propertiesToString
in class AbstractBodyNode
Copyright © 2003–2015 Jamon developers. All rights reserved.