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, toString
public 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 ExpressionVisitable
accept
in class ExpressionPart
public boolean equals(Object o)
equals
in class ExpressionPart
public int hashCode()
hashCode
in class ExpressionPart
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.