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 CodeClass
getContainingClass()
Get the class that contains this field.String
getFullName()
Get the fully qualified name of the field.int
getModifiers()
Get the moddifiers applied to this field.String
getName()
Get the name of the field.CodeClass
getType()
Get the type of the field.String
toString()
-
-
-
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
-
-