它意味着模型、控制类声明有错。
It probably means you have declared your Model or Controller classes wrongly.
请注意Person的类声明。
您可以将所创建的类声明为final。
清单17给出了类声明。
因而出现了隐藏类声明。
清单1.import语句和类声明。
类的头文件,滚动到类声明的开头。
Class header file, scrolled to the start of the class declaration.
清单17.noncopyable类声明。
设置添加类声明的头文件名。
Sets the name of the implementation file to add the class definition.
Aspect也可以代表其他类声明其属性和方法。
Aspects can also declare fields and methods on the behalf of another class. These are known as intertype declarations and require different content assist completions.
编辑任何泛型类声明。
将类声明为final,这样就不会重写它。
这些类将成为在类声明上使用static关键字的备选。
These classes will be candidates for using the static keyword on the class declaration.
在此代码序列,然后在类声明的属性做了揭露最。
In this code sequence, the attributes before the class declaration do most of the exposing.
为什么嵌套类的行为不同的类声明方式之间的不同吗?
Why is the behavior of nested class different between different ways of class declaration?
这些值在类声明顶部声明,并在initialize方法中初始化。
These values are declared at the top of the class declaration, and are initialized in the initialize method.
后两个变量返回类声明的方法的信息,与方法的接入类型无关。
The last two return information for methods declared directly by the class, without regard to the access type of the method.
注意,实际的表单保存在类声明之后的Stringform变量中。
Notice that the actual form is stored in the String form variable after the class declaration.
清单4展示了最简单的类声明方式,清单5展示了该类的实例化。
The simplest possible class that can be declared in shown in Listing 4, and its instantiation in Listing 5.
options_description类声明所有的有效命令行选项。
The options_description class declares all valid command-line options.
可以在全局范围以及在名称空间、函数体或类声明内使用静态断言。
You can use static assertions in global scope and inside namespaces, function bodies, or class declarations.
当类声明基类时,为基类定义的所有类成员也成为新类的一部分。
When a class declares a base class, all of the class members defined for the base class become part of the new class as well.
当处于中断模式时,“编辑并继续”不允许对类声明的大多数更改。
Most changes to class declarations are not allowed by Edit and Continue while in Break mode.
其余列中的托管结构和类声明显示在声明中可以调整的间接寻址级别的程度。
The managed structure and class declarations in the remaining columns show the degree to which you can adjust the level of indirection in your declaration.
随后将看到,在构建类实例时,类声明中的每个var将成为一个命名的参数。
As you will see later, each of the vars in the class declaration becomes a named parameter when constructing an instance of the class.
应用程序的样式表源代码应该立即出现在应用程序基类声明之后(参见清单5)。
The application's style sheet source should immediately follow the declaration of the application's base class (see Listing 5).
在编程时,可以将一些接口和类声明为final,这样就不能用它们产生子类。
In programming, you can declare some interfaces and classes final so that they are not subclassed.
该转换还提供了另外一个选项:为一个在类声明下的头文件中的内联函数生成该函数的定义。
The transformation also provides an option to generate the function definition for an inline function in the header file below the class declaration. To activate this option, perform these steps
模型模板选择带有root构造型的类声明为全局元素,其他的类声明为本地元素。
The template for model selects the classes with the root stereotypes to declare as global elements; other classes will be declared local.
模型模板选择带有root构造型的类声明为全局元素,其他的类声明为本地元素。
The template for model selects the classes with the root stereotypes to declare as global elements; other classes will be declared local.
应用推荐