|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleExpression
org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleMessageSend
public class SimpleMessageSend
| Field Summary | |
|---|---|
SimpleExpression[] |
actualParams
|
int |
countForLabels
|
SimpleVarDecl[] |
formalParams
|
SimpleExpression |
post
|
SimpleExpression |
pre
|
SimpleExpression |
receiver
|
java.lang.String |
selector
|
| Fields inherited from class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleExpression |
|---|
sourceEnd, sourceStart, type |
| Constructor Summary | |
|---|---|
SimpleMessageSend(int countForLabels,
SimpleExpression receiver,
java.lang.String selector,
SimpleVarDecl[] formalParams,
SimpleExpression[] actualParams,
TypeBinding type,
SimpleExpression pre,
SimpleExpression post,
int sourceStart,
int sourceEnd)
|
|
| Method Summary | |
|---|---|
CfgExpression |
accept(PassifyVisitor visitor,
IncarnationMap incarnationMap)
|
SimpleExpression |
accept(SimpleExprVisitor visitor)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final SimpleExpression receiver
public final java.lang.String selector
public final SimpleVarDecl[] formalParams
public final SimpleExpression[] actualParams
public final SimpleExpression pre
public final SimpleExpression post
public final int countForLabels
| Constructor Detail |
|---|
public SimpleMessageSend(int countForLabels,
SimpleExpression receiver,
java.lang.String selector,
SimpleVarDecl[] formalParams,
SimpleExpression[] actualParams,
TypeBinding type,
SimpleExpression pre,
SimpleExpression post,
int sourceStart,
int sourceEnd)
| Method Detail |
|---|
public CfgExpression accept(PassifyVisitor visitor,
IncarnationMap incarnationMap)
accept in class SimpleExpressionpublic SimpleExpression accept(SimpleExprVisitor visitor)
accept in class SimpleExpressionpublic java.lang.String toString()
toString in class SimpleExpression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||