public class CodegenExpressionStaticMethod extends Object implements CodegenExpression
Constructor and Description |
---|
CodegenExpressionStaticMethod(Class target,
String methodName,
CodegenExpression[] params) |
CodegenExpressionStaticMethod(String targetClassName,
String methodName,
CodegenExpression[] params) |
Modifier and Type | Method and Description |
---|---|
void |
mergeClasses(Set<Class> classes) |
void |
render(StringBuilder builder,
Map<Class,String> imports,
boolean isInnerClass) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
assertNonNullArgs
public CodegenExpressionStaticMethod(Class target, String methodName, CodegenExpression[] params)
public CodegenExpressionStaticMethod(String targetClassName, String methodName, CodegenExpression[] params)
public void render(StringBuilder builder, Map<Class,String> imports, boolean isInnerClass)
render
in interface CodegenExpression
public void mergeClasses(Set<Class> classes)
mergeClasses
in interface CodegenExpression
Copyright © 2005–2018. All rights reserved.