public final class WRITE extends AsmInstruction
x ; y ; S
S
mem[x] = y
.x
or y
) is not an integerx
is not a valid location
in static memoryConstructor and Description |
---|
WRITE() |
Modifier and Type | Method and Description |
---|---|
<P,R> R |
accept(AsmVisitor<P,R> visitor,
P arg) |
getName, toString
public <P,R> R accept(AsmVisitor<P,R> visitor, P arg)
accept
in class AsmInstruction