|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.config.gen.AbstractAspectGenerator<X>
com.caucho.config.gen.MethodHeadGenerator<X>
com.caucho.config.gen.CandiMethodHeadGenerator<X>
@Module public class CandiMethodHeadGenerator<X>
Represents a CDI local business method
Constructor Summary | |
---|---|
CandiMethodHeadGenerator(MethodHeadFactory<X> factory,
AnnotatedMethod<? super X> method,
AspectGenerator<X> next)
|
Method Summary | |
---|---|
void |
generatePreTry(JavaWriter out)
Generates code before the "try" block
|
Methods inherited from class com.caucho.config.gen.MethodHeadGenerator |
---|
equals, generate, getMethodName, getMethodNamePrefix, hashCode, isOverride |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CandiMethodHeadGenerator(MethodHeadFactory<X> factory, AnnotatedMethod<? super X> method, AspectGenerator<X> next)
Method Detail |
---|
public void generatePreTry(JavaWriter out) throws java.io.IOException
retType myMethod(...)
{
[pre-try]
try {
...
}
generatePreTry
in interface AspectGenerator<X>
generatePreTry
in class AbstractAspectGenerator<X>
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |