A method descriptor just combines field descriptors to specify the parameter types and return type of a method. 方法描述符结合了字段描述符,以指定方法的参数类型和返回类型(RT)。
A UML property b of type int and a UML operation xyz with return type int. 一个UML属性b(类型为int)和一个UML操作xyz(返回值类型为int)。
For a method with multiple parameters and a return type, this is a big gain. 对于一个有多参数,一个返回类型(RT)的方法来说这种方式会好很多。
Add one more operation str_to_authority () in this interface with return type as AuthorityID and parameter as String. 在接口中再添加一个操作strtoauthority(),将返回值设置为AuthorityID,参数类型设置为String。
When you evaluate an XPath expression in Java, the second argument specifies the return type you want. 在Java中计算XPath表达式时,第二个参数指定需要的返回类型(RT)。