jltools.ast
Interface NumLit

All Superinterfaces:
java.lang.Cloneable, Copy, Expr, Lit, Node, Prefix, Receiver, java.io.Serializable, Typed
All Known Subinterfaces:
CharLit, IntLit
All Known Implementing Classes:
NumLit_c

public interface NumLit
extends Lit

An integer literal: longs, ints, shorts, bytes, and chars.


Method Summary
 long longValue()
           
 
Methods inherited from interface jltools.ast.Lit
objValue
 
Methods inherited from interface jltools.ast.Expr
precedence, type
 
Methods inherited from interface jltools.ast.Node
buildTypes_, buildTypesOverride_, copy, disambiguate_, disambiguateOverride_, disambiguateTypes_, disambiguateTypesOverride_, dump, enterScope, exceptionCheck_, exceptionCheckOverride_, ext, ext, foldConstants_, foldConstantsOverride_, leaveScope, position, position, reconstructTypes_, translate_, typeCheck_, typeCheckOverride_, visit, visitChildren
 
Methods inherited from interface jltools.ast.Typed
type
 

Method Detail

longValue

public long longValue()