@Immutable public class FieldDefinition extends Object
| Constructor and Description |
|---|
FieldDefinition(EnumSet<Access> access,
String name,
ParameterizedType type) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<Access> |
getAccess() |
org.objectweb.asm.tree.FieldNode |
getFieldNode() |
String |
getName() |
ParameterizedType |
getType() |
String |
toString() |
public FieldDefinition(EnumSet<Access> access, String name, ParameterizedType type)
public com.google.common.collect.ImmutableSet<Access> getAccess()
public String getName()
public ParameterizedType getType()
public org.objectweb.asm.tree.FieldNode getFieldNode()
Copyright © 2012–2014 Facebook, Inc.. All rights reserved.