Cface__CUserDefinedTypeNode.st
changeset 24 e7afa531abcf
parent 19 1297bf936bfb
child 32 d7464405cbda
equal deleted inserted replaced
23:76267fa19138 24:e7afa531abcf
   147     ^#('char' 'short' 'int' 'long' 'float' 'double' 'void' 'signed' 'unsigned').
   147     ^#('char' 'short' 'int' 'long' 'float' 'double' 'void' 'signed' 'unsigned').
   148 
   148 
   149     "Created: / 19-12-2007 / 15:28:32 / haja"
   149     "Created: / 19-12-2007 / 15:28:32 / haja"
   150 ! !
   150 ! !
   151 
   151 
       
   152 !CUserDefinedTypeNode methodsFor:'testing'!
       
   153 
       
   154 isCUserDefinedTypeNode
       
   155     ^ true
       
   156 ! !
       
   157 
   152 !CUserDefinedTypeNode methodsFor:'visiting'!
   158 !CUserDefinedTypeNode methodsFor:'visiting'!
   153 
   159 
   154 acceptVisitor:aVisitor 
   160 acceptVisitor:aVisitor 
   155     "Double dispatch back to the visitor, passing my type encoded in
   161     "Double dispatch back to the visitor, passing my type encoded in
   156      the selector (visitor pattern)"
   162      the selector (visitor pattern)"