MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / attr_signature_r

Function attr_signature_r

java/idl2jni/codegen/im_java.cpp:666–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664
665namespace {
666string attr_signature_r(AST_Attribute *attr)
667{
668 return idl_mapping_java::type(attr->field_type())
669 + ' ' + attr->local_name()->get_string() + "()";
670}
671
672string attr_signature_w(AST_Attribute *attr)
673{

Callers 1

gen_interfMethod · 0.85

Calls 1

get_stringMethod · 0.45

Tested by

no test coverage detected