Every node you declare in a.jjt script instructs the parser to generate a subclass of a JJTree SimpleNode. 在.jjt脚本中声明的每个节点都指示解析器生成JJTreeSimpleNode的一个子类。
'SSS'indicates the error message subclass. 'SSS'指出了错误消息子类。
Every class you define is a subclass of owl: Thing and a superclass of owl: Nothing. 您所定义的每个类都是owl:Thing的子类,并且是owl:Nothing的超类。
You create your subclass and override just those methods that you use in your methods under test. 创建一个子类,并仅仅重载您在测试方法中所使用的那些方法。
Suppose you wanted to add an implementation of invoice for a subclass of Order or Contract. 假设您想为Order或Contract的子类添加invoice的实现。
RuleDialog, a subclass of RuleDialog that provides a dialog for creating and editing a rule RuleDialog的子类提供了创建和编辑规则的对话框
The root element of an MXML document is a subclass of the Application class. 一个MXML文档的根元素是Application类的一个子类。
If a more complex set of data is required with more-customized queries, you can subclass the generic DAO. 如果查询需要更复杂的数据集,那么可以从泛型DAO派生出子类。
Another approach to the Expression Problem is multiple inheritance, in which one subclass can extend many superclasses. 表达式问题的另一种方法是多重继承,即一个子类可扩展许多超类。
To make a class accessible through the admin tool, create an Admin subclass to it. 要让一个类可以通过管理工具进行访问,我们需要为其创建一个Admin子类。
If the target class is an interface, then it is considered a subclass if it implements that interface. 如果目标类是接口,那么会把它当作实现了该接口的一个子类。
You will never instantiate this class directly, but always create an instance of its subclass. 永远不要直接实例化这个类,而是创建它的子类的一个实例。
If you need to process a multi-page entry into a single form you can subclass AbstractWizardFormController. 如果需要把多页输入处理到一个表单,那么可以继承AbstractWizardFormController。
That will allow us to subclass Lottery and override this method. 这将允许我们生成Lottery的子类并覆盖此方法。
Each UI control will subclass Field and give the content provider read and write ability. 每个用户界面控件都是Field的子类,并向内容提供者提供了读写能力。
By default, when you create a subclass, its constructor merely calls the constructor of its parent class. 默认情况下,当您创建一个子类时,它的构造函数只调用其父类的构造函数。
You can then customize how each class can be administered by adding class attributes to this subclass. 然后可以通过为这个子类添加类属性来定制如何对每个类进行管理。
Now we can create our bean as a subclass of this. 现在,我们可以以这个类为父类创建子类bean。
A polymorphic query on Payment generates three separate SQL statements each of which is on a subclass. 对于Payment的多态查询生成三条独立的SQL语句,每个对应一个子类。
The new mapping was a hybrid of "Table per Class Hierarchy" and "Table per Subclass". 新的映射混合了“每个类层次一张表”和“每个子类一张表”。
Instead, I add extra methods to the subclasses that perform the appropriate action for each subclass. 相反,我向为每个子类执行适当的操作的子类添加额外的方法。
I just had to subclass it to make a hypertext object, and add the internet code. 我只需要子类化出来一个超文本对象,然后加上互联网相关代码就行了。
The values have to be set in each subclass independently. 每个子类的值必须单独设置。
Qualified subclass name: Name subclasses to communicate the similarities and differences with a superclass. 子类名称要合格:对子类的命名会表述出其与超类之间的相似和差异之处。
Coextensive with the genus Sphagnum; in some classifications isolated in a separate subclass. 与泥炭藓目同延;在一些分类中是单独的一个亚纲。
Extend an existing View class or subclass with your own class. 从现有控件类或其子类扩展你自己的类。
Implement this method in a subclass if you want to have a preview field in the inspector. 如果你想在检视面板有一个预览字段,在子类执行这个方法。
Add this function in a subclass to get a notification when an audio clip has completed importing. 在子类中加入这个函数,以便在一个声音剪辑载入后获得一个通知。
Your application can throw this subclass exception and your client would receive this exception. 您的应用程序可以抛出这个子类异常,并且您的客户将接收到这个异常。
Also any data change on a subclass involves two tables: the super class table and the subclass table. 任何子类数据的修改都涉及两张表:超类的表和子类的表。