summaryrefslogtreecommitdiff
path: root/heat/TypeBundle.java
diff options
context:
space:
mode:
authorbd-912 <bdunahu@colostate.edu>2024-04-26 20:57:37 -0600
committerbd-912 <bdunahu@colostate.edu>2024-04-26 20:57:37 -0600
commit797440387c1ec590914ccb45c1350dce2b549a92 (patch)
tree6b0ffae8121f9c43b5936c0185388177be211f51 /heat/TypeBundle.java
parent75b0f765acdaf6571a723b8933ad584b980d08d4 (diff)
HeatVisitor.MethodDeclaraction checks correct return type
Diffstat (limited to 'heat/TypeBundle.java')
-rw-r--r--heat/TypeBundle.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/heat/TypeBundle.java b/heat/TypeBundle.java
index d8bfb4f..ac00e71 100644
--- a/heat/TypeBundle.java
+++ b/heat/TypeBundle.java
@@ -53,4 +53,8 @@ class TypeBundle {
return this.type;
}
+ public ClassInstance getInstance() {
+ return this.instance;
+ }
+
}