Class FixedMethodCmBuilder
-
- All Implemented Interfaces:
-
pl.metaprogramming.codegen.java.base.IMethodCmBuilder
public final class FixedMethodCmBuilder extends MethodCmBuilder<Any>
-
-
Constructor Summary
Constructors Constructor Description FixedMethodCmBuilder(MethodCm methodCm)
-
Method Summary
Modifier and Type Method Description MethodCmgetMethodCm()UnitmakeImplementation()MethodCmmakeDeclaration()-
Methods inherited from class pl.metaprogramming.codegen.java.base.MethodCmBuilder
getClassCm, getContext, getModel, make, makeDeclaration, newMethodCm, newMethodCm, setClassCm, setContext -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
FixedMethodCmBuilder
FixedMethodCmBuilder(MethodCm methodCm)
-
-
Method Detail
-
getMethodCm
MethodCm getMethodCm()
-
makeImplementation
Unit makeImplementation()
-
makeDeclaration
MethodCm makeDeclaration()
-
-
-
-