summaryrefslogtreecommitdiff
path: root/MLKForm.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKForm.m')
-rw-r--r--MLKForm.m10
1 files changed, 10 insertions, 0 deletions
diff --git a/MLKForm.m b/MLKForm.m
index c7ee3f5..30ae6ee 100644
--- a/MLKForm.m
+++ b/MLKForm.m
@@ -318,6 +318,16 @@
return _bodyForms;
}
+-(NSArray *) bodyForms
+{
+ return _bodyForms;
+}
+
+-(MLKLexicalContext *) bodyContext
+{
+ return _bodyContext;
+}
+
-(void) dealloc
{
LDESTROY (_body);