Searched defs:JDMIpAddress (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DJDMIpAddress.java27 /* Generated By:JJTree: Do not edit this line. JDMIpAddress.java */
34 class JDMIpAddress extends Host { class in inherits:Host
39 JDMIpAddress(int id) { method in class:JDMIpAddress
43 JDMIpAddress(Parser p, int id) { method in class:JDMIpAddress
48 return new JDMIpAddress(id);
52 return new JDMIpAddress(p, id);

Completed in 29 milliseconds