Uses of Class
com.jeffpalm.scoping.compiler.ast.IntegerLiteral

Packages that use IntegerLiteral
com.jeffpalm.scoping.compiler.ast   
 

Uses of IntegerLiteral in com.jeffpalm.scoping.compiler.ast
 

Methods in com.jeffpalm.scoping.compiler.ast that return IntegerLiteral
 IntegerLiteral Ast.newIntegerLiteral(Pos pos, int val)
           
 

Methods in com.jeffpalm.scoping.compiler.ast with parameters of type IntegerLiteral
 void IVisitor.enter(IntegerLiteral node)
           
 void AbstractVisitor.enter(IntegerLiteral node)
           
 void IVisitor.leave(IntegerLiteral node)
           
 void AbstractVisitor.leave(IntegerLiteral node)