Interface CodeVariableThis

All Superinterfaces:
CodeExpression, CodeItem, CodeItemWithDeclaration, CodeItemWithName, CodeItemWithType, CodeVariable

public interface CodeVariableThis extends CodeVariable
CodeVariable for the surrounding instance. In Java and some various languages called this. In some other languages called self.
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)