compiler/TBinding.st
changeset 16 17a2d1d9f205
parent 15 10a95d798b36
equal deleted inserted replaced
15:10a95d798b36 16:17a2d1d9f205
       
     1 "
       
     2     Copyright (C) 2015-now Jan Vrany
       
     3 
       
     4     This code is not an open-source (yet). You may use this code
       
     5     for your own experiments and projects, given that:
       
     6 
       
     7     * all modification to the code will be sent to the
       
     8       original author for inclusion in future releases
       
     9     * this is not used in any commercial software
       
    10 
       
    11     This license is provisional and may (will) change in
       
    12     a future.
       
    13 "
     1 "{ Package: 'jv:tea/compiler' }"
    14 "{ Package: 'jv:tea/compiler' }"
     2 
    15 
     3 "{ NameSpace: Smalltalk }"
    16 "{ NameSpace: Smalltalk }"
     4 
    17 
     5 TObjectWithProperties subclass:#TBinding
    18 TObjectWithProperties subclass:#TBinding
     7 	classVariableNames:''
    20 	classVariableNames:''
     8 	poolDictionaries:''
    21 	poolDictionaries:''
     9 	category:'Languages-Tea-Compiler-Bindings'
    22 	category:'Languages-Tea-Compiler-Bindings'
    10 !
    23 !
    11 
    24 
       
    25 !TBinding class methodsFor:'documentation'!
       
    26 
       
    27 copyright
       
    28 "
       
    29     Copyright (C) 2015-now Jan Vrany
       
    30 
       
    31     This code is not an open-source (yet). You may use this code
       
    32     for your own experiments and projects, given that:
       
    33 
       
    34     * all modification to the code will be sent to the
       
    35       original author for inclusion in future releases
       
    36     * this is not used in any commercial software
       
    37 
       
    38     This license is provisional and may (will) change in
       
    39     a future.
       
    40 "
       
    41 ! !
    12 
    42 
    13 !TBinding methodsFor:'accessing'!
    43 !TBinding methodsFor:'accessing'!
    14 
    44 
    15 type
    45 type
    16     ^ self subclassResponsibility
    46     ^ self subclassResponsibility