public class ExpressionMethod extends ExpressionPart
name| Constructor and Description |
|---|
ExpressionMethod() |
ExpressionMethod(String methodName,
String returnClassType,
String returnGenericType) |
ExpressionMethod(String name,
String classType,
String genericType,
String parametricType) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor visitor) |
boolean |
equals(Object o) |
List<ExpressionFormLine> |
getOrderedParams() |
String |
getParameterDataType(ExpressionFormLine efl) |
Map<ExpressionMethodParameterDefinition,ExpressionFormLine> |
getParams() |
int |
hashCode() |
void |
putParam(String name,
ExpressionFormLine expression) |
void |
setParams(Map<ExpressionMethodParameterDefinition,ExpressionFormLine> params) |
getClassType, getGenericType, getName, getNext, getParametricType, getPrevious, setNext, setPrevious, toStringpublic ExpressionMethod()
public ExpressionMethod(String methodName, String returnClassType, String returnGenericType)
public Map<ExpressionMethodParameterDefinition,ExpressionFormLine> getParams()
public void setParams(Map<ExpressionMethodParameterDefinition,ExpressionFormLine> params)
public void putParam(String name, ExpressionFormLine expression)
public List<ExpressionFormLine> getOrderedParams()
public String getParameterDataType(ExpressionFormLine efl)
public void accept(ExpressionVisitor visitor)
accept in interface ExpressionVisitableaccept in class ExpressionPartpublic boolean equals(Object o)
equals in class ExpressionPartpublic int hashCode()
hashCode in class ExpressionPartCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.