它意味着模型、控制类声明有错。
It probably means you have declared your Model or Controller classes wrongly.
清单17给出了类声明。
清单1.import语句和类声明。
类声明存在于不适当的上下文中。
清单17.noncopyable类声明。
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.
编辑任何泛型类声明。
注 :严字被视为在类声明的上下文的指令。
Note : The word strict is treated as a directive within the context of a class declaration.
这些类将成为在类声明上使用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.
这些值在类声明顶部声明,并在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.
在当前的beta版本中,VisualBasic不支持类声明中的Shared关键字。
In the current beta, Visual Basic does not support the Shared keyword on a class declaration.
在一个类中声明不能声明成员命名“严格”,但它是可以接受的使用一个类声明之外。
Within a class declaration you cannot declare a member named 'strict', but it is acceptable for use outside of a class declaration.
为模板类一所生成的代码具有在模板类声明内部用于操作的声明和定义,如列表7中所示。
The generated code for the template class one has both the declaration and definition for the operation op within the template class declaration, as shown in Listing 7.
这是一个Scala单例(singleton),因为它使用对象声明,而不是类声明。
This is a Scala singleton because it USES the object declaration instead of a class declaration.
但是,在中断模式下一般不允许对声明语句(如公共方法、公共字段或类声明)进行更改。
While in Break mode, however, you are generally not allowed to change declaration statements, such as public methods, public fields, or class declarations.
但是,在中断模式下一般不允许对声明语句(如公共方法、公共字段或类声明)进行更改。
While in Break mode, however, you are generally not allowed to change declaration statements, such as public methods, public fields, or class declarations.
应用推荐