public class org.apache.isis.applib.commons.internal.reflection.ReflectSampleForTesting$Nested extends java.lang.Object implements org.apache.isis.applib.commons.internal.reflection.ReflectSampleForTesting$NestedInterface
{
public void <init>()
{
org.apache.isis.applib.commons.internal.reflection.ReflectSampleForTesting$Nested v;
v := @this: org.apache.isis.applib.commons.internal.reflection.ReflectSampleForTesting$Nested;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void sayHello()
{
org.apache.isis.applib.commons.internal.reflection.ReflectSampleForTesting$Nested v;
v := @this: org.apache.isis.applib.commons.internal.reflection.ReflectSampleForTesting$Nested;
return;
}
}