📄 attribute_constantvalue.java
字号:
/*
* Author jyang
* Created on 2006-4-3 19:19:30
*/
package com.jasml.classes;
public class Attribute_ConstantValue extends Attribute{
public int constant_value_index;
public Attribute_ConstantValue(int attrLength,int constant_value_index){
super(Constants.ATTRIBUTE_ConstantValue,attrLength );
this.constant_value_index = constant_value_index;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -