Searched refs:LValueConstant (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DLValue.java664 private static class LValueConstant extends LValue { class in class:LValue
667 LValueConstant(Value value) { method in class:LValue.LValueConstant
691 return new LValueConstant(vm.mirrorOf(val));
695 return new LValueConstant(vm.mirrorOf(val));
699 return new LValueConstant(vm.mirrorOf(val));
703 return new LValueConstant(vm.mirrorOf(val));
707 return new LValueConstant(vm.mirrorOf(val));
711 return new LValueConstant(vm.mirrorOf(val));
715 return new LValueConstant(vm.mirrorOf(val));
719 return new LValueConstant(v
[all...]

Completed in 23 milliseconds