Class PolyglotValueMappings.PolyglotTreeMapping

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.graalvm.polyglot.Value apply​(Tree tree)  
      java.lang.Class<Tree> inputType()  
      boolean test​(Tree tree)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • PolyglotTreeMapping

        public PolyglotTreeMapping()
    • Method Detail

      • apply

        public org.graalvm.polyglot.Value apply​(Tree tree)
        Specified by:
        apply in interface java.util.function.Function<Tree,​org.graalvm.polyglot.Value>
      • test

        public boolean test​(Tree tree)
        Specified by:
        test in interface java.util.function.Predicate<Tree>