Class JFunction

Object
JNode
JBranch
JFunction
All Implemented Interfaces:
NestedMode, EValue

public final class JFunction extends JBranch implements NestedMode
  • Method Details

    • from

      public static JFunction from(JFunctionBuilder builder)
    • match

      public boolean match(JNode node)
      Specified by:
      match in class JNode
    • isNested

      public boolean isNested()
      Specified by:
      isNested in interface NestedMode
    • toString

      public String toString()
      Specified by:
      toString in class JNode
    • getName

      public String getName()
    • getArguments

      public List<JNode> getArguments()
    • getCache

      public FunctionCache getCache()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object