org.jmlspecs.jml4.esc.gc.lang.simple
Class SimpleVarDecl
java.lang.Object
org.jmlspecs.jml4.esc.gc.lang.simple.SimpleStatement
org.jmlspecs.jml4.esc.gc.lang.simple.SimpleVarDecl
public class SimpleVarDecl
- extends SimpleStatement
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EMPTY
public static final SimpleVarDecl[] EMPTY
name
public final java.lang.String name
pos
public final int pos
type
public final TypeBinding type
SimpleVarDecl
public SimpleVarDecl(java.lang.String name,
int pos,
TypeBinding type,
int sourceStart)
accept
public CfgStatement accept(PassifyVisitor visitor,
IncarnationMap incarnationMap)
- Specified by:
accept
in class SimpleStatement
toString
public java.lang.String toString()
- Specified by:
toString
in class SimpleStatement