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

/openjdk10/langtools/test/tools/javac/
H A DT7093325.java82 enum CatchArity implements ComboParameter { enum in class:T7093325
91 CatchArity(String catchStr) { method in class:T7093325.CatchArity
100 return CatchArity.values()[this.ordinal() - 1].expand(optParameter) +
109 .withDimension("CATCH", (x, ca) -> x.ca = ca, CatchArity.values())
116 CatchArity ca;

Completed in 36 milliseconds