Uses of Interface
org.eclipse.gmt.modisco.java.Statement
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.emf.impl | |
| org.eclipse.gmt.modisco.java.emf.util |
-
Uses of Statement in org.eclipse.gmt.modisco.java
Subinterfaces of Statement in org.eclipse.gmt.modisco.java Modifier and Type Interface Description interfaceAssertStatementA representation of the model object 'Assert Statement'.interfaceBlockA representation of the model object 'Block'.interfaceBreakStatementA representation of the model object 'Break Statement'.interfaceCatchClauseA representation of the model object 'Catch Clause'.interfaceConstructorInvocationA representation of the model object 'Constructor Invocation'.interfaceContinueStatementA representation of the model object 'Continue Statement'.interfaceDoStatementA representation of the model object 'Do Statement'.interfaceEmptyStatementA representation of the model object 'Empty Statement'.interfaceEnhancedForStatementA representation of the model object 'Enhanced For Statement'.interfaceExpressionStatementA representation of the model object 'Expression Statement'.interfaceForStatementA representation of the model object 'For Statement'.interfaceIfStatementA representation of the model object 'If Statement'.interfaceLabeledStatementA representation of the model object 'Labeled Statement'.interfaceReturnStatementA representation of the model object 'Return Statement'.interfaceSuperConstructorInvocationA representation of the model object 'Super Constructor Invocation'.interfaceSwitchCaseA representation of the model object 'Switch Case'.interfaceSwitchStatementA representation of the model object 'Switch Statement'.interfaceSynchronizedStatementA representation of the model object 'Synchronized Statement'.interfaceThrowStatementA representation of the model object 'Throw Statement'.interfaceTryStatementA representation of the model object 'Try Statement'.interfaceTypeDeclarationStatementA representation of the model object 'Type Declaration Statement'.interfaceUnresolvedLabeledStatementA representation of the model object 'Unresolved Labeled Statement'.interfaceVariableDeclarationStatementA representation of the model object 'Variable Declaration Statement'.interfaceWhileStatementA representation of the model object 'While Statement'.Methods in org.eclipse.gmt.modisco.java that return Statement Modifier and Type Method Description StatementDoStatement. getBody()Returns the value of the 'Body' containment reference.StatementEnhancedForStatement. getBody()Returns the value of the 'Body' containment reference.StatementForStatement. getBody()Returns the value of the 'Body' containment reference.StatementLabeledStatement. getBody()Returns the value of the 'Body' containment reference.StatementWhileStatement. getBody()Returns the value of the 'Body' containment reference.StatementIfStatement. getElseStatement()Returns the value of the 'Else Statement' containment reference.StatementIfStatement. getThenStatement()Returns the value of the 'Then Statement' containment reference.Methods in org.eclipse.gmt.modisco.java that return types with arguments of type Statement Modifier and Type Method Description org.eclipse.emf.common.util.EList<Statement>Block. getStatements()Returns the value of the 'Statements' containment reference list.org.eclipse.emf.common.util.EList<Statement>SwitchStatement. getStatements()Returns the value of the 'Statements' containment reference list.Methods in org.eclipse.gmt.modisco.java with parameters of type Statement Modifier and Type Method Description voidDoStatement. setBody(Statement value)Sets the value of the 'Body' containment reference.voidEnhancedForStatement. setBody(Statement value)Sets the value of the 'Body' containment reference.voidForStatement. setBody(Statement value)Sets the value of the 'Body' containment reference.voidLabeledStatement. setBody(Statement value)Sets the value of the 'Body' containment reference.voidWhileStatement. setBody(Statement value)Sets the value of the 'Body' containment reference.voidIfStatement. setElseStatement(Statement value)Sets the value of the 'Else Statement' containment reference.voidIfStatement. setThenStatement(Statement value)Sets the value of the 'Then Statement' containment reference. -
Uses of Statement in org.eclipse.gmt.modisco.java.emf.impl
Classes in org.eclipse.gmt.modisco.java.emf.impl that implement Statement Modifier and Type Class Description classAssertStatementImplAn implementation of the model object 'Assert Statement'.classBlockImplAn implementation of the model object 'Block'.classBreakStatementImplAn implementation of the model object 'Break Statement'.classCatchClauseImplAn implementation of the model object 'Catch Clause'.classConstructorInvocationImplAn implementation of the model object 'Constructor Invocation'.classContinueStatementImplAn implementation of the model object 'Continue Statement'.classDoStatementImplAn implementation of the model object 'Do Statement'.classEmptyStatementImplAn implementation of the model object 'Empty Statement'.classEnhancedForStatementImplAn implementation of the model object 'Enhanced For Statement'.classExpressionStatementImplAn implementation of the model object 'Expression Statement'.classForStatementImplAn implementation of the model object 'For Statement'.classIfStatementImplAn implementation of the model object 'If Statement'.classLabeledStatementImplAn implementation of the model object 'Labeled Statement'.classReturnStatementImplAn implementation of the model object 'Return Statement'.classStatementImplAn implementation of the model object 'Statement'.classSuperConstructorInvocationImplAn implementation of the model object 'Super Constructor Invocation'.classSwitchCaseImplAn implementation of the model object 'Switch Case'.classSwitchStatementImplAn implementation of the model object 'Switch Statement'.classSynchronizedStatementImplAn implementation of the model object 'Synchronized Statement'.classThrowStatementImplAn implementation of the model object 'Throw Statement'.classTryStatementImplAn implementation of the model object 'Try Statement'.classTypeDeclarationStatementImplAn implementation of the model object 'Type Declaration Statement'.classUnresolvedLabeledStatementImplAn implementation of the model object 'Unresolved Labeled Statement'.classVariableDeclarationStatementImplAn implementation of the model object 'Variable Declaration Statement'.classWhileStatementImplAn implementation of the model object 'While Statement'.Fields in org.eclipse.gmt.modisco.java.emf.impl declared as Statement Modifier and Type Field Description protected StatementDoStatementImpl. bodyThe cached value of the 'Body' containment reference.protected StatementEnhancedForStatementImpl. bodyThe cached value of the 'Body' containment reference.protected StatementForStatementImpl. bodyThe cached value of the 'Body' containment reference.protected StatementLabeledStatementImpl. bodyThe cached value of the 'Body' containment reference.protected StatementWhileStatementImpl. bodyThe cached value of the 'Body' containment reference.protected StatementIfStatementImpl. elseStatementThe cached value of the 'Else Statement' containment reference.protected StatementIfStatementImpl. thenStatementThe cached value of the 'Then Statement' containment reference.Fields in org.eclipse.gmt.modisco.java.emf.impl with type parameters of type Statement Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Statement>BlockImpl. statementsThe cached value of the 'Statements' containment reference list.protected org.eclipse.emf.common.util.EList<Statement>SwitchStatementImpl. statementsThe cached value of the 'Statements' containment reference list.Methods in org.eclipse.gmt.modisco.java.emf.impl that return Statement Modifier and Type Method Description StatementDoStatementImpl. getBody()StatementEnhancedForStatementImpl. getBody()StatementForStatementImpl. getBody()StatementLabeledStatementImpl. getBody()StatementWhileStatementImpl. getBody()StatementIfStatementImpl. getElseStatement()StatementIfStatementImpl. getThenStatement()Methods in org.eclipse.gmt.modisco.java.emf.impl that return types with arguments of type Statement Modifier and Type Method Description org.eclipse.emf.common.util.EList<Statement>BlockImpl. getStatements()org.eclipse.emf.common.util.EList<Statement>SwitchStatementImpl. getStatements()Methods in org.eclipse.gmt.modisco.java.emf.impl with parameters of type Statement Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDoStatementImpl. basicSetBody(Statement newBody, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainEnhancedForStatementImpl. basicSetBody(Statement newBody, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainForStatementImpl. basicSetBody(Statement newBody, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainLabeledStatementImpl. basicSetBody(Statement newBody, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainWhileStatementImpl. basicSetBody(Statement newBody, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainIfStatementImpl. basicSetElseStatement(Statement newElseStatement, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainIfStatementImpl. basicSetThenStatement(Statement newThenStatement, org.eclipse.emf.common.notify.NotificationChain msgs)voidDoStatementImpl. setBody(Statement newBody)voidEnhancedForStatementImpl. setBody(Statement newBody)voidForStatementImpl. setBody(Statement newBody)voidLabeledStatementImpl. setBody(Statement newBody)voidWhileStatementImpl. setBody(Statement newBody)voidIfStatementImpl. setElseStatement(Statement newElseStatement)voidIfStatementImpl. setThenStatement(Statement newThenStatement) -
Uses of Statement in org.eclipse.gmt.modisco.java.emf.util
Methods in org.eclipse.gmt.modisco.java.emf.util with parameters of type Statement Modifier and Type Method Description TJavaSwitch. caseStatement(Statement object)Returns the result of interpreting the object as an instance of 'Statement'.