List of usage examples for org.eclipse.jdt.internal.compiler.ast ThisReference subclass-usage
From source file org.eclipse.objectteams.otdt.internal.core.compiler.ast.BaseReference.java
/**
* NEW for OTDT:
*
* A special this-reference for base calls in callin-methods.
*
* @author macwitte
From source file org.eclipse.objectteams.otdt.internal.core.compiler.ast.TsuperReference.java
/**
* NEW for OTDT.
*
* What: the receiver for tsuper.myMethod() calls.
*
* What: Resolve the tsuper role corresponding to this tsuper reference.