This class executes the generation and the compilation of a set of .pd
All parameter must be specified in the constructor because the actions are
done by the constructor.
The coding format supported by this coder is the following one:
- char is coded as is
(example 'A' <-> "A"
- byte, short, int, long are coded to hexadecimal fixed size strings
(example 395/short <-> "018B")
- string is coded with its encoded short length followed by the string
as is
(example "Hello world!" <-> "000CHello World!"
- date is coded with its encoded byte length followed by its string
representation
(example Date(837039928046) <-> "1407/10/96 4:5 PM, PDT"
Creates a new ClassRef object, and attach it to the current GenClassRef
This method must be used when the recursion is finished (we are on
final object which is a ClassRef).
Creates a new ClassRef object, and attach it to the current GenClassRef
This method must be used when the recursion is finished (we are on
final object which is a ClassRef).
It creates an indexed element to be used by the binding for exchanging
elements between the MI and the binding, using the paAdd and the
paiterate methods.
It creates an indexed element to be used by the binding for exchanging
elements between the MI and the binding, using the paAdd and the
paiterate methods.
It creates an indexed element to be used by the binding for exchanging
elements between the MI and the binding, using the paAdd and the
paiterate methods.
Creates a new PrimitiveElement object, and attach it to the current GenClassRef
This method must be used when the recursion is finished (we are on
final object which is a PrimitiveElement).
Creates a new PrimitiveElement object, and attach it to the current GenClassRef
This method must be used when the recursion is finished (we are on
final object which is a PrimitiveElement).