Class FieldInfo
- java.lang.Object
-
- com.tonic.analysis.execution.dispatch.FieldInfo
-
public class FieldInfo extends Object
A resolved field reference: owner class, name, descriptor, and static flag.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescriptor()StringgetFieldName()StringgetOwnerClass()booleanisStatic()StringtoString()
-