Package com._1c.g5.v8.dt.ql.model
Interface CompoundExpression
- 
- All Superinterfaces:
- AbstractExpression,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- CompoundExpressionImpl
 
 public interface CompoundExpression extends AbstractExpression A representation of the model object 'Compound Expression'.The following features are supported: - See Also:
- QlPackage.getCompoundExpression()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractExpressiongetHead()Returns the value of the 'Head' containment reference.org.eclipse.emf.common.util.EList<AbstractExpression>getTail()Returns the value of the 'Tail' containment reference list.voidsetHead(AbstractExpression value)Sets the value of the 'Head' containment reference.
 
- 
- 
- 
Method Detail- 
getHeadAbstractExpression getHead() Returns the value of the 'Head' containment reference.- Returns:
- the value of the 'Head' containment reference.
- See Also:
- setHead(AbstractExpression),- QlPackage.getCompoundExpression_Head()
 
 - 
setHeadvoid setHead(AbstractExpression value) Sets the value of the 'Head' containment reference.- Parameters:
- value- the new value of the 'Head' containment reference.
- See Also:
- getHead()
 
 - 
getTailorg.eclipse.emf.common.util.EList<AbstractExpression> getTail() Returns the value of the 'Tail' containment reference list. The list contents are of typeAbstractExpression.- Returns:
- the value of the 'Tail' containment reference list.
- See Also:
- QlPackage.getCompoundExpression_Tail()
 
 
- 
 
-