Searched defs:SwitchEntry (Results 1 – 4 of 4) sorted by relevance
81 public class SwitchEntry extends Node implements NodeWithStatements<SwitchEntry> { class94 public SwitchEntry() { in SwitchEntry() method in SwitchEntry99 …public SwitchEntry(final NodeList<Expression> labels, final Type type, final NodeList<Statement> s… in SwitchEntry() method in SwitchEntry107 …public SwitchEntry(TokenRange tokenRange, NodeList<Expression> labels, Type type, NodeList<Stateme… in SwitchEntry() method in SwitchEntry
3909 final public SwitchEntryStmt SwitchEntry() {Expression label = null; in SwitchEntry() method in ASTParser
4018 final public SwitchEntryStmt SwitchEntry() { in SwitchEntry() method in ASTParser
4182 final public SwitchEntry SwitchEntry() throws ParseException {Expression label = null; in SwitchEntry() method in GeneratedJavaParser