public class FunctionRelationshipElement extends Object implements RelationshipElement<Function>
| Constructor and Description |
|---|
FunctionRelationshipElement(Function function) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTransform(String type,
TParseTreeNode code) |
boolean |
equals(Object obj) |
Function |
getElement() |
List<Transform> |
getTransforms() |
int |
hashCode() |
public FunctionRelationshipElement(Function function)
public Function getElement()
getElement in interface RelationshipElement<Function>public List<Transform> getTransforms()
getTransforms in interface RelationshipElement<Function>public void addTransform(String type, TParseTreeNode code)
addTransform in interface RelationshipElement<Function>