mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 10:44:47 +01:00
add getFields()
This commit is contained in:
parent
53e7f88d1c
commit
11b8dcb3be
@ -161,6 +161,15 @@ public class ClassFile {
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the fields of the class.
|
||||
*
|
||||
* @return the fields
|
||||
*/
|
||||
public FieldInfo[] getFields() {
|
||||
return fields;
|
||||
}
|
||||
|
||||
/**
|
||||
* The access flags of the class.
|
||||
* http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.1-200-E
|
||||
|
Loading…
x
Reference in New Issue
Block a user