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

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeInfo.java61 "argumentAttributes"})
88 private final InterfaceAttributes argumentAttributes; field in class:ProbeInfo
101 argumentAttributes = argAttributes;
111 if (argumentAttributes == null) {
112 throw new NullPointerException("argumentAttributes is null");
137 return argumentAttributes;
155 argumentAttributes.equals(i.argumentAttributes));
169 hash = (37 * hash) + argumentAttributes.hashCode();
205 buf.append(", argumentAttributes
[all...]

Completed in 74 milliseconds