| de.uka.ilkd.key.java.recoderext.RecoderModelTransformer de.uka.ilkd.key.java.recoderext.JVMIsTransientMethodBuilder
Method Summary | |
public MethodDeclaration | createMethod(ClassDeclaration type) | protected void | makeExplicit(TypeDeclaration td) |
IMPLICIT_JVM_IS_TRANSIENT | final public static String IMPLICIT_JVM_IS_TRANSIENT(Code) | | |
IMPLICIT_TRANSACTION_COUNTER | final public static String IMPLICIT_TRANSACTION_COUNTER(Code) | | |
JVMIsTransientMethodBuilder | public JVMIsTransientMethodBuilder(CrossReferenceServiceConfiguration services, CompilationUnitMutableList units)(Code) | | |
createMethod | public MethodDeclaration createMethod(ClassDeclaration type)(Code) | | creates the implicit <jvmIsTransient>(Object obj);
method
Parameters: type - the TypeDeclaration the implicit method |
makeExplicit | protected void makeExplicit(TypeDeclaration td)(Code) | | entry method for the constructor normalform builder
Parameters: td - the TypeDeclaration |
Fields inherited from de.uka.ilkd.key.java.recoderext.RecoderModelTransformer | protected CrossReferenceServiceConfiguration services(Code)(Java Doc) protected CompilationUnitMutableList units(Code)(Java Doc)
|
|
|