Class TruncDivOperator

java.lang.Object
de.odysseus.el.tree.impl.ast.AstBinary.SimpleOperator
com.hubspot.jinjava.el.ext.TruncDivOperator
All Implemented Interfaces:
de.odysseus.el.tree.impl.ast.AstBinary.Operator

public class TruncDivOperator extends de.odysseus.el.tree.impl.ast.AstBinary.SimpleOperator
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final de.odysseus.el.tree.impl.Parser.ExtensionHandler
     
    static final TruncDivOperator
     
    static final de.odysseus.el.tree.impl.Scanner.ExtensionToken
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static de.odysseus.el.tree.impl.Parser.ExtensionHandler
    getHandler(boolean eager)
     
     

    Methods inherited from class de.odysseus.el.tree.impl.ast.AstBinary.SimpleOperator

    eval

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • TOKEN

      public static final de.odysseus.el.tree.impl.Scanner.ExtensionToken TOKEN
    • OP

      public static final TruncDivOperator OP
    • HANDLER

      public static final de.odysseus.el.tree.impl.Parser.ExtensionHandler HANDLER
  • Constructor Details

    • TruncDivOperator

      public TruncDivOperator()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getHandler

      public static de.odysseus.el.tree.impl.Parser.ExtensionHandler getHandler(boolean eager)