Package net.binis.codegen.compiler.utils
Class ElementMethodUtils
java.lang.Object
net.binis.codegen.compiler.utils.ElementUtils
net.binis.codegen.compiler.utils.ElementMethodUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CGMethodInvocationcreateClassMethodInvocation(Class<?> cls, String methodName, CGExpression... params) static CGMethodInvocationcreateClassMethodInvocation(String cls, String methodName, CGExpression... params) static CGExpressioncreateStaticMethodInvocation(Class<?> cls, String methodName, CGExpression... params) static CGExpressioncreateStaticMethodInvocation(String cls, String methodName, CGExpression... params) Methods inherited from class net.binis.codegen.compiler.utils.ElementUtils
chainDots, chainDots, chainDots, chainDotsString, getDeclaration, getDeclaration, getSymbolFullName, selfType, toType
-
Constructor Details
-
ElementMethodUtils
public ElementMethodUtils()
-
-
Method Details
-
createStaticMethodInvocation
public static CGExpression createStaticMethodInvocation(Class<?> cls, String methodName, CGExpression... params) -
createStaticMethodInvocation
public static CGExpression createStaticMethodInvocation(String cls, String methodName, CGExpression... params) -
createClassMethodInvocation
public static CGMethodInvocation createClassMethodInvocation(Class<?> cls, String methodName, CGExpression... params) -
createClassMethodInvocation
public static CGMethodInvocation createClassMethodInvocation(String cls, String methodName, CGExpression... params)
-