eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Decompiler':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: Decompiler


Inheritance:

   Object
   |
   +--Scanner
      |
      +--Parser
         |
         +--ByteCodeCompiler
            |
            +--Decompiler

Package:
stx:libcomp
Category:
System-Compiler
Version:
rev: 1.54 date: 2021/01/20 12:19:54
user: cg
file: Decompiler.st directory: libcomp
module: stx stc-classLibrary: libcomp

Description:


only for stx-debugging. Not for public eyes.

Decompiler decompile:(someClass compiledMethodAt:#someSelector)

copyright

COPYRIGHT (c) 1991 by Claus Gittinger All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.

Class protocol:

decompiling
o  decompile: aMethod
Decompiler decompile:(FileBrowser compiledMethodAt:#initialize)
Decompiler decompile:(Decompiler compiledMethodAt:#decompile:to:)

o  decompile: aMethod to: aStream
Decompiler decompile:(FileBrowser compiledMethodAt:#initialize)


Instance protocol:

decompiling
o  decompile: aMethod to: aStream
extra notNil ifTrue:[Transcript show:(extra printString)].

o  showAbsOffset: byte

o  showAbsOffsetLevel: byte

o  showExtraOp: op
listStream show:(op printString); show:' '.

o  showIndex: byte

o  showIndexLevel: byte

o  showInstvarIndex: byte

o  showLevelIndex: byte

o  showLineNo: byte

o  showLit1: ignored

o  showLit2: ignored

o  showLit3: ignored

o  showLit4: ignored

o  showLit5: ignored

o  showLit6: ignored

o  showLit7: ignored

o  showLit8: ignored

o  showLit9: ignored

o  showLit: litIndex

o  showLiteral16: byte

o  showLiteral32: byte

o  showLiteral: byte

o  showLiteralAt: index

o  showLongOffset: byte

o  showLongOffsetLevel: byte

o  showLsendArgs: byte

o  showLsuperSendArgs: byte

o  showNumber16: byte

o  showNumber: byte

o  showNvarNargsAt: index

o  showOffset: byte

o  showOffsetLevel: byte

o  showPC

o  showSendArgs: byte

o  showSpecialGlobal: byte
listStream show:specialIndex printString.

o  showSpecialSend: byte
listStream show:specialIndex printString.

o  showSuperSendArgs: byte

o  showVeryLongOffset: byte

o  showVeryLongOffsetLevel: byte

o  symbolicCodeFor: aByte
0



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 07:50:39 GMT