List of usage examples for org.eclipse.jdt.internal.compiler.lookup TypeConstants interface-usage
From source file org.eclipse.objectteams.otdt.internal.core.compiler.statemachine.transformer.MethodSignatureEnhancer.java
/**
* This class takes over the responsibility of the BaseCallRedirection Transformer of the OTRE
* wrt. signature enhancing.
* For this task it closely collaborates with BaseCallMessageSend, CallinImplementor and BaseReference.
* In conjunction BaseCallMessageSend and TransformStatementsVisitor take care of replacing base calls
* by calls to the base call surrogate.