Class PolyglotValueMappings.TreeVisitorMapping

    • Constructor Detail

      • TreeVisitorMapping

        public TreeVisitorMapping()
    • Method Detail

      • apply

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

        public boolean test​(org.graalvm.polyglot.Value value)
        Specified by:
        test in interface java.util.function.Predicate<org.graalvm.polyglot.Value>