Edit methods
BladeSmith generates code for the following types of methods:
- Most user-defined methods
- Iterators
- Aggregates
- Cast support methods
This code is generated in the ProjectUDRs.java file.
Important: To avoid code merge problems, modify only code in
the sections marked with a
TO DO:
note. If you do
modify code outside the designated areas, after you regenerate, you
might have two copies of the routine: the one you modified and the
one BladeSmith generated. Although your changes remain, you must resolve
the conflicts in the two pieces of code.