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

/openjdk10/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DVariableInfo.java29 public class VariableInfo extends Symbol { class in inherits:Symbol
34 protected VariableInfo() { method in class:VariableInfo
37 public VariableInfo(VariableInfo value) { method in class:VariableInfo
41 public VariableInfo(String name, TypeKlass owner, Type type, int flags) { method in class:VariableInfo
45 public VariableInfo(TypeKlass owner, Type type) { method in class:VariableInfo
/openjdk10/langtools/test/jdk/jshell/
H A DReplToolTesting.java549 public static class VariableInfo extends MemberInfo { class in class:ReplToolTesting
554 public VariableInfo(Strin method in class:ReplToolTesting.VariableInfo
579 public VariableInfo(String src, String type, String name, String value) { method in class:ReplToolTesting.VariableInfo
[all...]

Completed in 56 milliseconds