Class BooleanLiteral

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean value  
    • Constructor Summary

      Constructors 
      Constructor Description
      BooleanLiteral​(boolean value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getValue​(ArtifactContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        private final boolean value
    • Constructor Detail

      • BooleanLiteral

        public BooleanLiteral​(boolean value)