de.uka.ipd.sdq.stoex
Interface Parenthesis

All Superinterfaces:
Atom, BooleanExpression, Comparison, Expression, IfElse, Power, Product, Term, Unary
All Known Implementing Classes:
ParenthesisImpl

public interface Parenthesis
extends Atom

A representation of the model object 'Parenthesis'.

The following features are supported:

See Also:
StoexPackage.getParenthesis()

Field Summary
static String copyright
           
 
Method Summary
 Expression getInnerExpression()
          Returns the value of the 'Inner Expression' containment reference.
 void setInnerExpression(Expression value)
          Sets the value of the 'Inner Expression' containment reference.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getInnerExpression

Expression getInnerExpression()
Returns the value of the 'Inner Expression' containment reference.

If the meaning of the 'Inner Expression' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Inner Expression' containment reference.
See Also:
setInnerExpression(Expression), StoexPackage.getParenthesis_InnerExpression()

setInnerExpression

void setInnerExpression(Expression value)
Sets the value of the 'Inner Expression' containment reference.

Parameters:
value - the new value of the 'Inner Expression' containment reference.
See Also:
getInnerExpression()