|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jmlspecs.jml4.fspv.simpl.ast.SimplTheoryNode
org.jmlspecs.jml4.fspv.simpl.ast.SimplStatement
org.jmlspecs.jml4.fspv.simpl.ast.SimplExpression
org.jmlspecs.jml4.fspv.simpl.ast.SimplLiteral
org.jmlspecs.jml4.fspv.simpl.ast.SimplIntLiteral
public class SimplIntLiteral
Field Summary | |
---|---|
static SimplIntType |
TYPE
|
int |
value
|
Fields inherited from class org.jmlspecs.jml4.fspv.simpl.ast.SimplLiteral |
---|
NULL |
Fields inherited from class org.jmlspecs.jml4.fspv.simpl.ast.SimplExpression |
---|
RESULT, THIS, THIS_EQUAL_PRE_THIS, THIS_NOT_NULL |
Fields inherited from class org.jmlspecs.jml4.fspv.simpl.ast.SimplStatement |
---|
SKIP |
Constructor Summary | |
---|---|
SimplIntLiteral(int value)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final SimplIntType TYPE
public final int value
Constructor Detail |
---|
public SimplIntLiteral(int value)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |