MCPcopy Create free account
hub / github.com/mozilla/rhino / BeanProperty

Class BeanProperty

rhino/src/main/java/org/mozilla/javascript/JavaMembers.java:901–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899}
900
901final class BeanProperty {
902 BeanProperty(String name) {
903 this.name = name;
904 }
905
906 final String name;
907 NativeJavaMethod getter;
908 NativeJavaMethod setter;
909}
910
911class FieldAndMethods extends NativeJavaMethod {
912 @Serial private static final long serialVersionUID = -9222428244284796755L;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected