nts.interf.expr
Interface ILitInt


public interface ILitInt

A non-negative integer literal. Note that negative integers are represented by the unary operator MINUS and a non-negative integer literal as its operand.


Method Summary
 long value()
           
 

Method Detail

value

long value()