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

/openjdk9/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/
H A DParser.java1044 private void constType (SymtabEntry entry) throws IOException, ParseException method in class:Parser
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DType.java316 public Type constType(Object constValue) { method in class:Type
732 public Type constType(Object constValue) { method in class:Type.JCPrimitiveType
995 public Type constType(Object constValue) { method in class:Type.ClassType
2279 public Type constType(Object value) { method in class:Type.BottomType
2357 public Type constType(Object constValue) { return this; } method in class:Type.ErrorType

Completed in 157 milliseconds