public class ImportsNode extends AbstractNode
| Constructor and Description |
|---|
ImportsNode(org.jamon.api.Location location) |
| Modifier and Type | Method and Description |
|---|---|
ImportsNode |
addImport(AbstractImportNode _import) |
void |
apply(Analysis analysis) |
boolean |
equals(Object obj) |
List<AbstractImportNode> |
getImports() |
int |
hashCode() |
protected void |
propertiesToString(StringBuilder buffer) |
addProperty, addProperty, addPropertyList, getLocation, toStringpublic void apply(Analysis analysis)
apply in class AbstractNodepublic ImportsNode addImport(AbstractImportNode _import)
public List<AbstractImportNode> getImports()
public boolean equals(Object obj)
equals in class AbstractNodepublic int hashCode()
hashCode in class AbstractNodeprotected void propertiesToString(StringBuilder buffer)
propertiesToString in class AbstractNodeCopyright © 2003–2015 Jamon developers. All rights reserved.