Uses of Class
org.opensolaris.os.dtrace.UserSymbolRecord.Value

Uses of UserSymbolRecord.Value in org.opensolaris.os.dtrace
 

Methods in org.opensolaris.os.dtrace that return UserSymbolRecord.Value
 UserSymbolRecord.Value UserSymbolRecord.getValue()
          Gets the composite value of the symbol's process ID and address.
 

Methods in org.opensolaris.os.dtrace with parameters of type UserSymbolRecord.Value
 int UserSymbolRecord.Value.compareTo(UserSymbolRecord.Value v)
          Compares this value with the given UserSymbolRecord.Value and orders by process ID first and address second.