Class SymTypePredicateVisitor

    • Field Detail

      • result

        protected boolean result
    • Constructor Detail

      • SymTypePredicateVisitor

        public SymTypePredicateVisitor()
    • Method Detail

      • setResult

        protected void setResult​(boolean result)
      • setDefaultValue

        protected abstract void setDefaultValue()
        sets the default value
      • test

        public boolean test​(SymTypeExpression symType)
        uses this visitor with the provided symType and returns the result. it is reset during the process.
        Specified by:
        test in interface java.util.function.Predicate<SymTypeExpression>