// ino.module.This.8654.package package de.dhbwstuttgart.syntaxtree.statement; // ino.end // ino.module.This.8654.import import de.dhbwstuttgart.syntaxtree.Constructor; public class ThisCall extends MethodCall { public ThisCall(Receiver receiver, ArgumentList arglist, int offset) { super(null, null, null, 0); } public ArgumentList arglist; }