Class Expression

  • All Implemented Interfaces:
    Node

    public class Expression
    extends java.lang.Object
    implements Node
    • Constructor Summary

      Constructors 
      Constructor Description
      Expression​(long index, Term... terms)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T accept​(RegoVisitor<T> visitor)  
      • Methods inherited from class java.lang.Object

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

      • Expression

        public Expression​(long index,
                          Term... terms)