Uses of Interface
org.eclipse.gmt.modisco.java.CatchClause
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.emf.impl | |
| org.eclipse.gmt.modisco.java.emf.meta | |
| org.eclipse.gmt.modisco.java.emf.util |
-
Uses of CatchClause in org.eclipse.gmt.modisco.java
Methods in org.eclipse.gmt.modisco.java that return CatchClause Modifier and Type Method Description CatchClauseSingleVariableDeclaration. getCatchClause()Returns the value of the 'Catch Clause' container reference.Methods in org.eclipse.gmt.modisco.java that return types with arguments of type CatchClause Modifier and Type Method Description org.eclipse.emf.common.util.EList<CatchClause>TryStatement. getCatchClauses()Returns the value of the 'Catch Clauses' containment reference list.Methods in org.eclipse.gmt.modisco.java with parameters of type CatchClause Modifier and Type Method Description voidSingleVariableDeclaration. setCatchClause(CatchClause value)Sets the value of the 'Catch Clause' container reference. -
Uses of CatchClause in org.eclipse.gmt.modisco.java.emf.impl
Classes in org.eclipse.gmt.modisco.java.emf.impl that implement CatchClause Modifier and Type Class Description classCatchClauseImplAn implementation of the model object 'Catch Clause'.Fields in org.eclipse.gmt.modisco.java.emf.impl with type parameters of type CatchClause Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<CatchClause>TryStatementImpl. catchClausesThe cached value of the 'Catch Clauses' containment reference list.Methods in org.eclipse.gmt.modisco.java.emf.impl that return CatchClause Modifier and Type Method Description CatchClauseSingleVariableDeclarationImpl. basicGetCatchClause()CatchClauseJavaFactoryImpl. createCatchClause()CatchClauseSingleVariableDeclarationImpl. getCatchClause()Methods in org.eclipse.gmt.modisco.java.emf.impl that return types with arguments of type CatchClause Modifier and Type Method Description org.eclipse.emf.common.util.EList<CatchClause>TryStatementImpl. getCatchClauses()Methods in org.eclipse.gmt.modisco.java.emf.impl with parameters of type CatchClause Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainSingleVariableDeclarationImpl. basicSetCatchClause(CatchClause newCatchClause, org.eclipse.emf.common.notify.NotificationChain msgs)voidSingleVariableDeclarationImpl. setCatchClause(CatchClause newCatchClause) -
Uses of CatchClause in org.eclipse.gmt.modisco.java.emf.meta
Methods in org.eclipse.gmt.modisco.java.emf.meta that return CatchClause Modifier and Type Method Description CatchClauseJavaFactory. createCatchClause()Returns a new object of class 'Catch Clause'. -
Uses of CatchClause in org.eclipse.gmt.modisco.java.emf.util
Methods in org.eclipse.gmt.modisco.java.emf.util with parameters of type CatchClause Modifier and Type Method Description TJavaSwitch. caseCatchClause(CatchClause object)Returns the result of interpreting the object as an instance of 'Catch Clause'.