public class FieldAccess extends Field
Field with an
accessing type.| Modifier and Type | Field and Description |
|---|---|
org.objectweb.asm.Type |
owner
Type from which field is accessed. |
| Constructor and Description |
|---|
FieldAccess(int access,
org.objectweb.asm.Type owner,
String name,
org.objectweb.asm.Type type)
Create a new
FieldAccess. |
public final org.objectweb.asm.Type owner
Type from which field is accessed.public FieldAccess(int access, org.objectweb.asm.Type owner, String name, org.objectweb.asm.Type type)
FieldAccess.access - operationowner - Type from which field is accessed.name - of fieldtype - of fieldCopyright © 2014 The Apache Software Foundation. All rights reserved.