• visibility shows field and method modifiers: public, protected, private, or default.

    visibility展示字段方法修改语publicprotected、privatedefault

    youdao

  • Now that you've seen field and method descriptors, you're ready to hear about signatures.

    上面已经介绍了字段方法描述符那么接下来介绍签名

    youdao

  • The signature format extends the idea of field and method descriptors to include generic type information.

    签名格式扩展字段方法描述符概念,将泛型类型信息包含于其中。

    youdao

  • We can't instantiate instances of abstract classes, even when all their field and method members are concrete.

    我们不能实例化一抽象即使它们的字段方法都是具体的。

    youdao

  • First though, I'll give some necessary background with a look at the internal form of class names and the field and method descriptors used by the JVM.

    首先介绍一些必备背景信息使您了解名称内部结构JVM使用字段方法描述符

    youdao

  • The field and method signatures from Listing 2 make use of the same type of variable format as seen in the superinterface signature, but aside from that, they don't show anything new.

    清单2 中的字段方法签名利用接口签名相同变量格式类型,其他都与前面介绍内容相同。

    youdao

  • I also wrote a similar timing test program for creating objects using reflection. The differences for this case aren't nearly as significant as for the field and method call cases, though.

    创建使用反射对象编写类似的计时测试程序,但这种情况下的差异字段方法调用情况那么显著

    youdao

  • This gives the detailed breakdown of what's being done within each method of each class loaded, listing all method calls, field accesses, and new object creations.

    给出加载一个每一个方法工作的详细分析列出所有方法调用字段访问对象创建。

    youdao

  • For method calls, I tried the same three access variations as for field access, with the added variable of using no-argument methods versus passing and returning a value on the method calls.

    方法调用中,试用了字段接入相同三种接入变量,并增加使用无参数方法变量,而不是方法调用中传递返回一个

    youdao

  • These fall into three categories: method call transformations, field access transformations, and a new object transformation.

    转换类型可分为三类方法调用转换字段访问转换对象转换。

    youdao

  • After generalization, the recipients could edit and process the class, field, and method names in the same way as any other API names.

    泛化之后,接收可以编辑处理任何其它API名称一样编辑和处理字段方法名称。

    youdao

  • A method descriptor just combines field descriptors to specify the parameter types and return type of a method.

    方法描述结合了字段描述符,指定方法参数类型返回类型

    youdao

  • AOT code must therefore be generated with every static, field, class, and method reference unresolved.

    AOT代码因此必须在没有解析每个静态字段方法引用的情况下生成

    youdao

  • Hence, the method content remains unchanged, and the organization loses the collective knowledge and understanding of its practitioners who can revise the content based on real-world field knowledge.

    因此方法内容始终保持不变,组织无法得到聚集起来知识基于实际领域知识修改内容的专业人员的见解。

    youdao

  • The method and constructor templates are similar to the field template, as Listing 4 shows.

    方法构造函数模板字段模板类似清单 4 所示。

    youdao

  • You pass eval the name of the field to evaluate and the method, in turn, determines the current data item and prepares a regular call through DataBinder.Eval.

    将计算字段方法传递给Eval决定当前数据通过DataBinder . Eval准备一个常规调用

    youdao

  • You'll notice that rather than params, variables are passed using the data field, and the method needs to be specified in lowercase.

    也许注意到,与使用params不同,这里使用data字段传递变量而且必须使用小写指定方法

    youdao

  • In this case, it drops the method implementations and field declarations defined in the trait into the class that implements the trait, Person.

    这种情况下会将特征定义方法实现字段声明纳入实现特征的person中。

    youdao

  • When the client requests Suggestions from the server, it will call the Map's get method and pass the current content of the input field as a parameter.

    客户需要来自服务器推荐时,调用Mapget方法当前输入内容能够作为参数传递

    youdao

  • Second, given that this task class is a Runnable, the result of the array access needs to be assigned to the state field (and state needs to be used in an overriding toString method) to prevent DCE.

    第二既然这个任务Runnable为了防止DCE,必须数组访问结果赋值state字段(以及覆盖的toString方法需要使用的state)。

    youdao

  • Fortunately, whenever ProGuard runs, it outputs a /bin/proguard/mapping.txt file, which shows you the original class, method, and field names mapped to their obfuscated names.

    幸运的是,每当混淆运行时候,都会输出文件/bin/proguard/mapping.txt,该文件包含了从原始方法属性名字到混淆后名字的映射

    youdao

  • This means that a JRuby object is not much more than a Map from method names to their implementations and from field names to their values.

    意味着JRuby对象Map没有什么两样,有着方法名字方法实现的映射,以及域名的映射。

    youdao

  • Using a private field and annotating the setter method is considered a best practice.

    使用私有字段注释setter方法视为最佳做法。

    youdao

  • Create getters and setters for the four fields by following the method shown in Listing 1 for the symbol field.

    按照清单1中显示用于symbol字段方法以上4个字段创建gettersetter

    youdao

  • On submission all the errors are listed in a single message or alert box, and the user is returned to the first incorrect field using the fields focus method to correct the errors.

    提交表单后消息警告立即列出所有错误使用focus方法用户返回第一纠正错误不正确

    youdao

  • Not caching method IDs, field IDs, and classes.

    缓存方法ID字段id

    youdao

  • The bot checks this field on User2 to determine if User1 needs to treat the user as an external user and not call the resolve method to find the contact.

    bot检查User2字段确定User1是否需要用户看作外部用户,并且不用调用resolve方法查找联系人

    youdao

  • It's not there because I didn't provide the name field with the getter and setter method.

    不在这里因为没有通过gettersetter方法提供name字段

    youdao

  • The field class itself is pretty simple; it pretty much consists of the instance variables of the field, accessor methods for those instance variables, a toString method, and a normal constructor.

    Field本身相当简单几乎包含这个字段实例变量访问这些变量的方法toString方法一个标准构造方法

    youdao

  • This method retrieves the $query, the $slop, and the $field from the GET array.

    方法GET数组中获取 $query、$slop $field

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定