Uses of Class
org.eclipse.epsilon.eol.dom.Case
-
Packages that use Case Package Description org.eclipse.epsilon.eol.dom org.eclipse.epsilon.eol.parse -
-
Uses of Case in org.eclipse.epsilon.eol.dom
Fields in org.eclipse.epsilon.eol.dom declared as Case Modifier and Type Field Description protected CaseSwitchStatement. _defaultFields in org.eclipse.epsilon.eol.dom with type parameters of type Case Modifier and Type Field Description protected java.util.List<Case>SwitchStatement. casesMethods in org.eclipse.epsilon.eol.dom that return Case Modifier and Type Method Description CaseSwitchStatement. getDefault()Methods in org.eclipse.epsilon.eol.dom that return types with arguments of type Case Modifier and Type Method Description java.util.List<Case>SwitchStatement. getCases()Methods in org.eclipse.epsilon.eol.dom with parameters of type Case Modifier and Type Method Description voidIEolVisitor. visit(Case case_)Constructors in org.eclipse.epsilon.eol.dom with parameters of type Case Constructor Description SwitchStatement(Expression conditionExpression, java.util.List<Case> cases, Case _default)Constructor parameters in org.eclipse.epsilon.eol.dom with type arguments of type Case Constructor Description SwitchStatement(Expression conditionExpression, java.util.List<Case> cases, Case _default) -
Uses of Case in org.eclipse.epsilon.eol.parse
Methods in org.eclipse.epsilon.eol.parse with parameters of type Case Modifier and Type Method Description voidEolUnparser. visit(Case case_)
-