此成员是静态的,可在不创建类实例的情况下调用。
This member is static and can be invoked without creating an instance of the class.
实例是将类对象作为函数调用而创建的。
Instances are created by calling the class object as a function.
必须创建这个类的新实例(等一会将讲到)。
You must create a new instance of this class (which I'll look at in a moment).
新运算符——创建委托实现类的实例。
New operator — creates an instance of the delegate implementation class.
COM服务器能创建多对象类的对象实例。
A COM server can create object instances of multiple object classes.
创建类的新实例称为实例化。
接下来,我们需要创建NorthwindEntities容器类的实例。
Next, we create an instance of the NorthwindEntities container class.
创建该mock类的一个实例。
首先,将整个对象创建为amazonresults类的一个实例。
First, create the overall object as an instance of the AmazonResults class.
我们在main方法中创建了这个类的实例。
In the main method, we have created an instance of this class.
在第2部分,我用原来的方法创建第二个or g . apache . bcel . generic . MethodGen实例,然后从类中删除原来的方法。
In the second part, I create a second org.apache.bcel.generic.MethodGen instance from the original method, then remove the original method from the class.
这里只需要创建一个rssprocessor类的实例。
Here you're simply creating an instance of the RSSProcessor class.
该对象用于创建一个新的documentbuilder类实例。
This object is used to create a new instance of the DocumentBuilder class.
要进行客户端调用,必须创建or g .jboss . resteasy . client . clientrequest类的一个实例。
To make client invocations, you must create an instance of the org.jboss.resteasy.client.ClientRequest class.
例如,泛型类JSplitPane可以创建Scrollable的实例。
For example, a generic class JSplitPane may create an instance of Scrollable.
永远不要直接实例化这个类,而是创建它的子类的一个实例。
You will never instantiate this class directly, but always create an instance of its subclass.
创建数据类和一个实用类来获取EntityManager实例。
Create data classes and a utility class for getting an EntityManager instance.
您需要创建一个调度类的实例。
可以使用view标记或通过实例化lzview类创建视图。
You can create a view using the view tag or by instantiating the LzView class.
每次应用程序启动时,都会创建pdfviewer类的新实例。
Whenever the application starts, a new instance of the PDFViewer class is created.
因此,它也可以用来创建一个类的单身实例。
So, it also can be used to create a singleton instance of a class.
为代理类创建一个新实例。
可以创建多个代理类实例,并且使每个实例都具有不同的属性。
You can create multiple proxy class instances, each with different properties.
创建一个新的该Class对象表示的类的实例。
Creates a new instance of the class represented by this class object.
你不必通过定义一个类然后实例化该类来创建一个对象。
You don't have to define a class and instantiate it to create an object.
你不必通过定义一个类然后实例化该类来创建一个对象。
You don't have to define a class and instantiate it to create an object.
应用推荐