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 Case
SwitchStatement. _default
Fields in org.eclipse.epsilon.eol.dom with type parameters of type Case Modifier and Type Field Description protected java.util.List<Case>
SwitchStatement. cases
Methods in org.eclipse.epsilon.eol.dom that return Case Modifier and Type Method Description Case
SwitchStatement. 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 void
IEolVisitor. 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 void
EolUnparser. visit(Case case_)
-