stx_libcomp.st
author Claus Gittinger <cg@exept.de>
Fri, 30 Sep 2011 12:37:39 +0200
changeset 2734 db644b15fec3
parent 2724 55837a2a4f3c
child 2776 9f68ef2d5841
permissions -rw-r--r--
automatic checkIn
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1858
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
     1
"
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
     2
 COPYRIGHT (c) 2006 by eXept Software AG
2024
dc3668306bd4 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2023
diff changeset
     3
	      All Rights Reserved
1858
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
     4
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
     5
 This software is furnished under a license and may be used
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
     6
 only in accordance with the terms of that license and with the
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
     7
 inclusion of the above copyright notice.   This software may not
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
     8
 be provided or otherwise made available to, or used by, any
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
     9
 other person.  No title to or ownership of the software is
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    10
 hereby transferred.
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    11
"
1827
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
"{ Package: 'stx:libcomp' }"
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
LibraryDefinition subclass:#stx_libcomp
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
	instanceVariableNames:''
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
	classVariableNames:''
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
	poolDictionaries:''
2024
dc3668306bd4 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2023
diff changeset
    18
	category:'* Projects & Packages *'
1827
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
!
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
1858
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    21
!stx_libcomp class methodsFor:'documentation'!
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    22
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    23
copyright
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    24
"
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    25
 COPYRIGHT (c) 2006 by eXept Software AG
2024
dc3668306bd4 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2023
diff changeset
    26
	      All Rights Reserved
1858
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    27
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    28
 This software is furnished under a license and may be used
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    29
 only in accordance with the terms of that license and with the
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    30
 inclusion of the above copyright notice.   This software may not
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    31
 be provided or otherwise made available to, or used by, any
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    32
 other person.  No title to or ownership of the software is
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    33
 hereby transferred.
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    34
"
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    35
!
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    36
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    37
documentation
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    38
"
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    39
    Build-Information for creation of the st/x standard library: stx_libcomp.
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    40
    This library contains the smalltalk parser and bytecode compiler.
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    41
"
2592
7ec3e1375ea4 automatic checkIn
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2580
diff changeset
    42
!
7ec3e1375ea4 automatic checkIn
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2580
diff changeset
    43
7ec3e1375ea4 automatic checkIn
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2580
diff changeset
    44
extensionsVersion_CVS
2734
db644b15fec3 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2724
diff changeset
    45
    ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.44 2011-09-30 10:37:39 cg Exp $'
1858
afd6ac3238b0 comments
Claus Gittinger <cg@exept.de>
parents: 1836
diff changeset
    46
! !
1827
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    47
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    48
!stx_libcomp class methodsFor:'description'!
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    49
2034
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
    50
excludedFromPreRequisites
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
    51
    ^ #(
2497
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
    52
        #'exept:ctypes'
2034
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
    53
        #'stx:libbasic2'    "Text - referenced by Parser>>selectorCheck:for:positions: "
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
    54
        #'stx:libtool'    "Tools::ToDoListBrowser - referenced by Parser>>selectorCheck:for:positions: "
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
    55
        #'stx:libview'    "Color - referenced by SyntaxHighlighter>>markParenthesisAt: "
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
    56
        #'stx:libview2'    "ValueHolder - referenced by Parser>>addDoItTemporary: "
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
    57
        #'stx:libwidg'    "Workspace - referenced by Parser>>primary_identifier "
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
    58
        #'stx:libwidg2'    "TextBox - referenced by WarningCompilationErrorHandler>>error:position:to:from: "
2497
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
    59
        #'stx:goodies/sunit'
2034
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
    60
    )
2497
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
    61
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
    62
    "Modified: / 16-06-2011 / 15:33:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"
2034
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
    63
!
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
    64
1927
f9573866b4f3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1916
diff changeset
    65
preRequisites
2497
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
    66
    "list all required packages.
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
    67
     This list can be maintained manually or (better) generated and
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
    68
     updated by scanning the superclass hierarchies and looking for
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
    69
     global variable accesses. (the browser has a menu function for that)
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
    70
     Howevery, often too much is found, and you may want to explicitely
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
    71
     exclude individual packages in the #excludedFromPrerequisites method."
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
    72
1827
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    73
    ^ #(
2497
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
    74
        #'stx:libbasic'    "Object - superclass of ObjectFileLoader::RegistrationFailedErrorNotification "
1827
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    75
    )
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    76
! !
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    77
1868
5645b4d4ab53 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1859
diff changeset
    78
!stx_libcomp class methodsFor:'description - compilation'!
5645b4d4ab53 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1859
diff changeset
    79
2203
1e64b1732c32 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2165
diff changeset
    80
additionalBaseAddressDefinition_bc_dot_mak
1e64b1732c32 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2165
diff changeset
    81
    "this is an optional definition, which (if present) may speed up the dll-loading a little
1e64b1732c32 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2165
diff changeset
    82
     on win32 systems."
1e64b1732c32 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2165
diff changeset
    83
1889
54f097401748 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1884
diff changeset
    84
    ^ '
1968
b6b05dcbafff Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1927
diff changeset
    85
# see stdHeader_bc for LIBCOMP_BASE
2203
1e64b1732c32 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2165
diff changeset
    86
LIB_BASE=$(LIBCOMP_BASE)
1889
54f097401748 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1884
diff changeset
    87
'
1878
18de23561a19 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1877
diff changeset
    88
!
18de23561a19 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1877
diff changeset
    89
1868
5645b4d4ab53 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1859
diff changeset
    90
stcOptimizationOptions
1870
c35e9f596789 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1868
diff changeset
    91
    ^ '+optinline'
1868
5645b4d4ab53 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1859
diff changeset
    92
5645b4d4ab53 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1859
diff changeset
    93
    "Created: / 23-08-2006 / 11:27:31 / cg"
5645b4d4ab53 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1859
diff changeset
    94
! !
5645b4d4ab53 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1859
diff changeset
    95
1927
f9573866b4f3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1916
diff changeset
    96
!stx_libcomp class methodsFor:'description - contents'!
f9573866b4f3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1916
diff changeset
    97
f9573866b4f3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1916
diff changeset
    98
classNamesAndAttributes
2254
2ed78ef6e3a9 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2203
diff changeset
    99
    "lists the classes which are to be included in the project.
2ed78ef6e3a9 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2203
diff changeset
   100
     Each entry in the list may be: a single class-name (symbol),
2ed78ef6e3a9 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2203
diff changeset
   101
     or an array-literal consisting of class name and attributes.
2ed78ef6e3a9 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2203
diff changeset
   102
     Attributes are: #autoload or #<os> where os is one of win32, unix,..."
2ed78ef6e3a9 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2203
diff changeset
   103
1927
f9573866b4f3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1916
diff changeset
   104
    ^ #(
2034
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
   105
        "<className> or (<className> attributes...) in load order"
2497
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   106
        Breakpoint
2034
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
   107
        CompilationErrorHandler
2497
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   108
        DoNotShowCompilerWarningAgainActionQuery
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   109
        InstrumentedMethod
2034
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
   110
        LazyMethod
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
   111
        ObjectFileHandle
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
   112
        ObjectFileLoader
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
   113
        ParseNode
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
   114
        ParserFlags
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
   115
        ProgramNodeBuilder
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
   116
        ProgramNodeEnumerator
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
   117
        STCCompilerInterface
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
   118
        Scanner
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
   119
        SourceFileLoader
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
   120
        Structure
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
   121
        Switch
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
   122
        UndefinedVariable
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
   123
        Variable
2497
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   124
        #'stx_libcomp'
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   125
        AssignmentNode
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   126
        BlockNode
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   127
        BreakpointNode
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   128
        MessageNode
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   129
        Parser
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   130
        PrimaryNode
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   131
        ProgramNode
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   132
        StatementNode
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   133
        TextCollectingCompilationErrorHandler
2034
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
   134
        WarningCompilationErrorHandler
2497
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   135
        AbstractSyntaxHighlighter
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   136
        BinaryNode
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   137
        ByteCodeCompiler
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   138
        CascadeNode
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   139
        ConstantNode
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   140
        Explainer
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   141
        ParseErrorNode
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   142
        PrimitiveNode
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   143
        ReturnNode
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   144
        SelfNode
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   145
        UnaryNode
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   146
        VariableNode
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   147
        ByteCodeCompilerWithBreakpointSupport
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   148
        CodeCoverageHighlighter
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   149
        Decompiler
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   150
        ECompletionConstantNode
2642
05c14e665d7c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2628
diff changeset
   151
        InstrumentationInfo
05c14e665d7c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2628
diff changeset
   152
        InstrumentationContext
2366
1576aadcc566 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
   153
        InstrumentingCompiler
2497
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   154
        SuperNode
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   155
        SyntaxHighlighter
2561
e1e66b3c7556 automatic checkIn
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2520
diff changeset
   156
        BreakpointDescription
2580
2597af58b54b automatic checkIn
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2561
diff changeset
   157
        (ParseNodeValidator autoload)
2592
7ec3e1375ea4 automatic checkIn
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2580
diff changeset
   158
        (ParseNodeVisitor autoload)
2698
d91ab2f27d67 changed: #classNamesAndAttributes
Claus Gittinger <cg@exept.de>
parents: 2697
diff changeset
   159
        (MethodNode autoload)
1927
f9573866b4f3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1916
diff changeset
   160
    )
2023
b657520e61db automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1968
diff changeset
   161
!
b657520e61db automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1968
diff changeset
   162
b657520e61db automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1968
diff changeset
   163
extensionMethodNames
2497
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   164
    "lists the extension methods which are to be included in the project.
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   165
     Entries are 2-element array literals, consisting of class-name and selector."
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   166
2023
b657520e61db automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1968
diff changeset
   167
    ^ #(
2034
7a87ad60275e fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2024
diff changeset
   168
        Object notifyTodo:position:className:selector:severity:priority:equalityParameter:checkAction:
2023
b657520e61db automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1968
diff changeset
   169
    )
1927
f9573866b4f3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1916
diff changeset
   170
! !
f9573866b4f3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1916
diff changeset
   171
1827
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   172
!stx_libcomp class methodsFor:'description - project information'!
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   173
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   174
companyName
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   175
    "Return a companyname which will appear in <lib>.rc"
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   176
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   177
    ^ 'eXept Software AG'
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   178
!
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   179
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   180
description
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   181
    "Return a description string which will appear in nt.def / bc.def"
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   182
1859
ba3e091791ed comments
Claus Gittinger <cg@exept.de>
parents: 1858
diff changeset
   183
    ^ 'Smalltalk/X Bytecode Compiler'
ba3e091791ed comments
Claus Gittinger <cg@exept.de>
parents: 1858
diff changeset
   184
!
ba3e091791ed comments
Claus Gittinger <cg@exept.de>
parents: 1858
diff changeset
   185
1827
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   186
legalCopyright
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   187
    "Return copyright string which will appear in <lib>.rc"
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   188
2479
3464c2addc60 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 2442
diff changeset
   189
    ^ 'Copyright Claus Gittinger 1988-2011\nCopyright eXept Software AG 1998-2011'
2045
0284bd38a5d7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2044
diff changeset
   190
2479
3464c2addc60 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 2442
diff changeset
   191
    "Modified: / 01-02-2011 / 11:55:54 / cg"
1827
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   192
! !
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   193
2497
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   194
!stx_libcomp class methodsFor:'description - svn'!
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   195
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   196
svnRepositoryUrlString
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   197
    "Return a SVN repository URL of myself.
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   198
     (Generated since 2011-04-08)
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   199
    "        
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   200
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   201
    ^ '$URL$'
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   202
!
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   203
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   204
svnRevisionNr
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   205
    "Return a SVN revision number of myself.
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   206
     This number is updated after a commit"
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   207
2561
e1e66b3c7556 automatic checkIn
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2520
diff changeset
   208
    ^ "$SVN-Revision:"'exported'"$"
2497
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   209
! !
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   210
1827
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   211
!stx_libcomp class methodsFor:'documentation'!
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   212
2642
05c14e665d7c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2628
diff changeset
   213
version
2734
db644b15fec3 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2724
diff changeset
   214
    ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.44 2011-09-30 10:37:39 cg Exp $'
2642
05c14e665d7c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2628
diff changeset
   215
!
05c14e665d7c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2628
diff changeset
   216
2497
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   217
version_CVS
2734
db644b15fec3 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2724
diff changeset
   218
    ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.44 2011-09-30 10:37:39 cg Exp $'
2254
2ed78ef6e3a9 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2203
diff changeset
   219
!
2ed78ef6e3a9 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2203
diff changeset
   220
2497
3bb70ad1325f Jan's changes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2479
diff changeset
   221
version_SVN
2520
ccf0a4ca5c1c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2497
diff changeset
   222
    ^ '§ Id §'
1827
ce454ad8ff64 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   223
! !