代码搜索:attribute
找到约 10,000 项符合「attribute」的源代码
代码结果 10,000
www.eeworm.com/read/316872/3592161
c attribute_container.c
/*
* attribute_container.c - implementation of a simple container for classes
*
* Copyright (c) 2005 - James Bottomley
*
* This file is licensed under GPLv2
*
* T
www.eeworm.com/read/316872/3598948
h attribute_container.h
/*
* class_container.h - a generic container for all classes
*
* Copyright (c) 2005 - James Bottomley
*
* This file is licensed under GPLv2
*/
#ifndef _ATTRIBUTE_
www.eeworm.com/read/307965/3719810
java attribute_innerclasses.java
/*
* Author jyang Created on 2006-4-3 19:21:21
*/
package com.jasml.classes;
public class Attribute_InnerClasses extends Attribute {
public int number_of_classes;
public InnerClass
www.eeworm.com/read/307965/3719811
java attribute_exceptions.java
/*
* Author jyang
* Created on 2006-4-3 19:21:05
*/
package com.jasml.classes;
public class Attribute_Exceptions extends Attribute{
public int number_of_exceptions;
public int[] ex
www.eeworm.com/read/307965/3719817
java attribute_synthetic.java
/*
* Author jyang
* Created on 2006-4-3 19:21:33
*/
package com.jasml.classes;
public class Attribute_Synthetic extends Attribute{
public Attribute_Synthetic(){
super(Constants
www.eeworm.com/read/307965/3719818
java attribute_sourcefile.java
/*
* Author jyang Created on 2006-4-3 19:20:26
*/
package com.jasml.classes;
public class Attribute_SourceFile extends Attribute {
public int sourcefile_index;
public Attribute_Sou
www.eeworm.com/read/307965/3719819
java 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 Attri
www.eeworm.com/read/307965/3719820
java attribute_deprecated.java
/*
* Author jyang
* Created on 2006-4-3 19:22:08
*/
package com.jasml.classes;
public class Attribute_Deprecated extends Attribute{
public Attribute_Deprecated(){
super(Constan
www.eeworm.com/read/307965/3719821
java attribute_code.java
/*
* Author jyang Created on 2006-4-3 19:19:48
*/
package com.jasml.classes;
public class Attribute_Code extends Attribute {
public int max_stack;
public int max_locals;
public int