2 objective_j code @import <Foundation/Foundation.j>
3 objective_j code @import <AppKit/AppKit.j>
5 objective_j code @import "Superclass.j"
8 objective_j comment I'm commenting this class
10 objective_j code @implementation Class : Superclass
12 objective_j code var x @accessors;
15 objective_j code + (void)classMethod
17 objective_j code return self; // this is a comment
20 objective_j code - (void)instanceMethod
22 objective_j code return self;