Package blang.core

Class IntConstant

java.lang.Object
blang.core.IntConstant
All Implemented Interfaces:
IntVar

public class IntConstant
extends java.lang.Object
implements IntVar
  • Constructor Summary

    Constructors
    Constructor Description
    IntConstant​(int value)  
  • Method Summary

    Modifier and Type Method Description
    int intValue()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • IntConstant

      public IntConstant​(int value)
  • Method Details

    • intValue

      public int intValue()
      Specified by:
      intValue in interface IntVar
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object