|
@ -117,14 +117,8 @@ tstylesheet { |
|
|
param "type"; |
|
|
param "type"; |
|
|
param "name"; |
|
|
param "name"; |
|
|
param "classname" call "CamelCase" with "text", "../@name"; |
|
|
param "classname" call "CamelCase" with "text", "../@name"; |
|
|
const "convert", "$type != 'timestamp'"; |
|
|
|
|
|
|
|
|
|
|
|
choose { |
|
|
> «concat('Java_foundation_pEp_jniadapter_', $classname, '__1', str:replace($name, '_', '_1'))» |
|
|
when "$convert" |
|
|
|
|
|
> «concat('Java_foundation_pEp_jniadapter_', $classname, '__1', str:replace($name, '_', '_1'))» |
|
|
|
|
|
otherwise |
|
|
|
|
|
> «concat('Java_foundation_pEp_jniadapter_', $classname, '_', str:replace($name, '_', '_1'))» |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
template "*", mode=entry { |
|
|
template "*", mode=entry { |
|
|