Top Description Fields Constructors Methods
com.sun.tools.classfile

public Class Synthetic_attribute

extends Attribute
Class Inheritance
Imports
java.io.IOException

See JVMS, section 4.8.8.

This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.

Field Summary

Inherited from com.sun.tools.classfile.Attribute:
AnnotationDefaultattribute_lengthattribute_name_indexBootstrapMethodsCharacterRangeTableCodeCompilationIDConstantValueDeprecatedEnclosingMethodExceptionsInnerClassesLineNumberTableLocalVariableTableLocalVariableTypeTableMethodParametersModuleModuleHashesModuleMainClassModulePackagesModuleResolutionModuleTargetNestHostNestMembersPermittedSubclassesRecordRuntimeInvisibleAnnotationsRuntimeInvisibleParameterAnnotationsRuntimeInvisibleTypeAnnotationsRuntimeVisibleAnnotationsRuntimeVisibleParameterAnnotationsRuntimeVisibleTypeAnnotationsSignatureSourceDebugExtensionSourceFileSourceIDStackMapStackMapTableSynthetic

Constructor Summary

AccessConstructor and Description
pack-priv
Synthetic_attribute(ClassReader cr, int name_index, int length)

public
public
Synthetic_attribute(int name_index)

Method Summary

Modifier and TypeMethod and Description
public <R, D> R
accept(Attribute.Visitor<R, D> visitor, D data)

Implements abstract com.sun.tools.classfile.Attribute.accept.

Inherited from com.sun.tools.classfile.Attribute:
byteLengthgetNameread

Constructor Detail

Synthetic_attributeback to summary
pack-priv Synthetic_attribute(ClassReader cr, int name_index, int length) throws IOException
Synthetic_attributeback to summary
public Synthetic_attribute(ConstantPool constant_pool) throws ConstantPoolException
Synthetic_attributeback to summary
public Synthetic_attribute(int name_index)

Method Detail

acceptback to summary
public <R, D> R accept(Attribute.Visitor<R, D> visitor, D data)

Implements abstract com.sun.tools.classfile.Attribute.accept.