File size: 191 Bytes
8f3f8db
 
 
 
 
 
1
2
3
4
5
6
accessing
declareMethodsStatic
	"If true generated methods will be declared static. Default is true,
	appropriate for plugins."
	^ declareMethodsStatic
		ifNil: [declareMethodsStatic := true]