Changeset 4109 for proto/s2k/trunk/framework/src/toolchain/b2k/lang/builtin/B2KBuiltinsTranslator.java
- Timestamp:
- Aug 30, 2014, 10:48:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
proto/s2k/trunk/framework/src/toolchain/b2k/lang/builtin/B2KBuiltinsTranslator.java
r4023 r4109 15 15 16 16 17 // BuiltinTranslators translate s2k builtin calls from s2k to b2k. The translation of b2k calls 18 // uses a C or CPP 'pablo_blk_call' name. 19 // The enum values follow the Command pattern, with the benefit of the client not having to 20 // instantiate the commands. 17 // Translate s2k builtin calls from s2k to b2k. 18 // Command Pattern, with the benefit that the 19 // client does not instantiate the commands. 21 20 22 21 public enum B2KBuiltinsTranslator {
Note: See TracChangeset
for help on using the changeset viewer.