|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.VhdlElement
de.upb.hni.vmagic.expression.Expression
de.upb.hni.vmagic.expression.Primary
de.upb.hni.vmagic.expression.Parentheses
public class Parentheses
Parentheses expression.
Constructor Summary | |
---|---|
Parentheses(Expression expression)
Creates a parentheses expression. |
Method Summary | |
---|---|
Expression |
getExpression()
Returns the expression inside the parentheses. |
SubtypeIndication |
getType()
Returns the type of this expression. |
void |
setExpression(Expression expression)
Sets the expression inside the parentheses. |
Methods inherited from class de.upb.hni.vmagic.expression.Primary |
---|
getPrecedence |
Methods inherited from class de.upb.hni.vmagic.VhdlElement |
---|
getParent, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Parentheses(Expression expression)
expression
- the expression inside the parenthesesMethod Detail |
---|
public Expression getExpression()
public void setExpression(Expression expression)
expression
- the expression inside the parenthesespublic SubtypeIndication getType()
Expression
getType
in class Expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |