Package org.biojava.utils.bytecode
Class CodeField
- java.lang.Object
-
- org.biojava.utils.bytecode.CodeField
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeClassgetContainingClass()Get the class that contains this field.StringgetFullName()Get the fully qualified name of the field.intgetModifiers()Get the moddifiers applied to this field.StringgetName()Get the name of the field.CodeClassgetType()Get the type of the field.StringtoString()
-
-
-
Method Detail
-
getFullName
public String getFullName()
Get the fully qualified name of the field.- Returns:
- the fully qualified name
-
getContainingClass
public CodeClass getContainingClass()
Get the class that contains this field.- Returns:
- the containing class
-
getModifiers
public int getModifiers()
Get the moddifiers applied to this field.- Returns:
- the modifiers
-
-