What is the translation of " METHOD DECLARATIONS " in Chinese?

['meθəd ˌdeklə'reiʃnz]
['meθəd ˌdeklə'reiʃnz]
方法声明

Examples of using Method declarations in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
In general, method declarations has six components:.
更一般地说,方法声明有六个组成部分:.
Previously, annotations couldonly be added to things like class or method declarations.
以前,annotations只能加在像类或者方法声明上。
Variables in method declarations are called parameters.
定义在方法声明中的变量叫方法参数。
BeanShell understands standard Java statements, expressions, and method declarations.
BeanShell能理解标准的JAVA语句,表达式,和方法宣告
More generally, method declarations have six components, in order:.
更一般地说,方法声明有六个组成部分:.
An interface that extends another interface includes all the original interface's method declarations.
扩展另一个接口的接口包含所有原接口的方法声明
You can also add variable and method declarations to this class.
同样,你可以增加变量和方法声明到这个类中。
Method declarations indicate the messages that an object can receive, and include information about the parameters required whenever the method is called.
方法的声明隐示着一个对象可以接收哪种消息,并包括在调用方法时所需的参数的信息。
The following example shows a set of overloaded method declarations along with their signatures.
下面的示例演示了一组重载方法声明及其签名。
Variables in method declarations- these are called parameters.
方法声明中的变量-这些称为参数(parameter)。
H are quite different from the Java native method declarations in Sample1. java.
H中的C/C++函数说明和Sample1.java中的Javanative方法声明有很大差异。
Constructor declarations look like method declarations except that they use the name of the class and have no return type.
构造函数声明看起来像方法声明,除了它们使用类的名称并且没有返回类型。
Furthermore note that even though the second and last method declarations differ in return types, their signatures are both F(int).
此外注意第二个和最后一个方法的声明的返回类型,它们的签名都是F(int)。
For templated classes and structs, don't separate the method declarations from the implementation(because otherwise they must be defined in the same translation unit).
对于模板化类和结构,不要将方法声明与实现分开(因为否则它们必须在同一个转换单元中定义).
For example, a class, struct,or interface may contain multiple method declarations with the same name, provided these method declarations differ in their signature(§3.6).
例如,类、结构或接口可以包含多个同名的方法声明,前提是这些方法声明的签名(第3.6节)不同。
For example, a class, struct, or interface may contain multiple method declarations with the same name,provided these method declarations differ in their signature(§3.6).
例如,一个类、结构或接口可能会包含多个用相同名称声明的方法,而在他们各自签名(§3.4)中提供了不同的方法声明
The first item in a method declaration.
第一是在方法声明时使用.
Note that the method declaration was generated when you created the class.
注意,方法声明是在创建类时生成的。
You use the final keyword in a method declaration to indicate that the method cannot be overridden by subclasses.
您在方法声明中使用final关键字来指示该方法不能被子类覆盖。
An interface method declaration is not permitted to specify a method body, and the declaration therefore always ends with a semicolon.
不允许接口方法声明指定方法体,因此,声明总是以分号结尾。
Also in the method declaration, we use the ref keyword to inform the compiler that we accept references to the parameters and not the values.
同样在方法声明中,我们使用ref关键字来通知编译器我们接受对参数而不是值的引用。
Since interface has only method declaration and does not provide any implementation there will be only one implementation of specific method..
由于接口只有方法声明而且没有提供任何实现,因此只有一个特定方法的实现,因此不会有任何歧义。
The method declaration simply ends with a semicolon and there are no curly braces({}) following the signature.
方法声明只是以一个分号结束,并且在签名后没有大括号({})。
No additional parameters are permitted after the params keyword in a method declaration, and only one params keyword is permitted in a method declaration.
方法声明中的params关键字之后不允许任何其他参数,并且在方法声明中只允许一个params关键字。
When an instance method declaration includes a virtual modifier, that method is said to be a virtual method..
若一个实例方法的声明中含有virtual修饰符,则称该方法为虚拟方法。
It have only method declaration.
只有一个方法声明.
They can't be used to complete a partial method declaration.
它们不能用于完成部分方法声明
This enables you to specify morespecific exception types in the throws clause of a method declaration.
这使得你可以在一个方法声明的throws从句中指定更具体的异常类型。
Results: 28, Time: 0.0235

Word-for-word translation

Top dictionary queries

English - Chinese