mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 10:44:47 +01:00
API doc
This commit is contained in:
parent
88e539f2a0
commit
a535c48363
@ -155,8 +155,14 @@ public class TypeManager {
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
/**
|
||||
* Mark that the field was used in any getter or setter.
|
||||
*
|
||||
* @param fieldName
|
||||
* the name of the field
|
||||
*/
|
||||
void useFieldName( NamedStorageType fieldName ) {
|
||||
neededFields.add( fieldName.getName());
|
||||
neededFields.add( fieldName.getName() );
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user