Skip to content

Commit e30e358

Browse files
authored
Merge pull request #1 from StevenCostiou/patch-1
Create LowLevelAPI.md
2 parents fceb495 + 0bf317f commit e30e358

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

LowLevelAPI.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Method>>#sourceNodeForPC:
2+
Method>>#selector
3+
Method>>#sourceCode
4+
5+
Context>>#arguments
6+
Context>>#at:
7+
Context>>#basicSize
8+
Context>>#hasSender:
9+
Context>>#method
10+
Context>>#pc
11+
Context>>#pc:
12+
Context>>#pop
13+
Context>>#push
14+
Context>>#receiver
15+
Context>>#selector
16+
Context>>#sender
17+
Context>>#temporaries (method I added on Context. returns a dictionary of the temporary variables of the form name->value. Uses Context>>#tempNames and Context>>#tempNamed:)
18+
19+
DebugSession>>#interruptedContext
20+
DebugSession>>#stack
21+
DebugSession>>#stepInto
22+
DebugSession>>#stepToFirstInterestingBytecodeIn:
23+
DebugSession>>#isProcessTerminating
24+
25+
RBMessageNode>>#arguments
26+
RBMessageNode>>#selector
27+
RBProgramNode>>#isAssignment
28+
RBProgramNode>>#isMessage
29+
RBProgramNode>>#variable
30+
RBVariableNode>>#name

0 commit comments

Comments
 (0)