Integer literal node. More...
#include <ast.hh>
Public Member Functions | |
IntLit (int i0) | |
virtual void | print (std::ostream &os) |
Output string representation. | |
Public Attributes | |
int | i |
Gecode::FlatZinc::AST::IntLit::IntLit | ( | int | i0 | ) | [inline] |
virtual void Gecode::FlatZinc::AST::IntLit::print | ( | std::ostream & | ) | [inline, virtual] |
Output string representation.
Implements Gecode::FlatZinc::AST::Node.