Skip to content

Commit

Permalink
Add TRRegisterMappedSymbol >> asAcDSLOperand
Browse files Browse the repository at this point in the history
  • Loading branch information
janvrany committed Sep 3, 2024
1 parent 78933de commit 111c438
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Tinyrossa/TRRegisterMappedSymbol.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ TRRegisterMappedSymbol class >> name:name type:type index: index [
^ self basicNew initializeWithName:name type:type index: index
]

{ #category : #conversion }
TRRegisterMappedSymbol >> asAcDSLOperand [
^ AcDSLSymbol value: name
]

{ #category : #accessing }
TRRegisterMappedSymbol >> index [
"Return (sequential) index of symbol.
Expand Down

0 comments on commit 111c438

Please sign in to comment.