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) |
Map<String,ExpressionFormLine> |
getParams() |
protected String |
paramsToString() |
void |
putParam(String name,
ExpressionFormLine expression) |
void |
setParams(Map<String,ExpressionFormLine> params) |
getClassType, getGenericType, getName, getNext, getParametricType, getPrevious, setNext, setPrevious, toString
public ExpressionMethod()
public ExpressionMethod(String methodName, String returnClassType, String returnGenericType)
public Map<String,ExpressionFormLine> getParams()
public void setParams(Map<String,ExpressionFormLine> params)
public void putParam(String name, ExpressionFormLine expression)
protected String paramsToString()
public void accept(ExpressionVisitor visitor)
accept
in interface ExpressionVisitable
accept
in class ExpressionPart
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.