packages feed

asil-1.2: src/ByteCodeTrfBase.ag

--
-- Generic byte code transformation code.
--
--
-- The idea is to provide an interface at each constructor of interest of
-- ByteCode to add and obtain new strings, namespaces, methods, classes, etc.
--

-- Design issue: is the information that we wish to add already accesible
-- by other nodes?

-- addString
-- addNamespace
--