All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.gchudnov.bscript.rewriter.Predicates.scala Maven / Gradle / Ivy

The newest version!
package com.github.gchudnov.bscript.rewriter

import com.github.gchudnov.bscript.lang.ast.*

object Predicates:

  def hasStdAnn(n: AST): Boolean =
    n match
      case m: MethodDecl => m.annotations.exists(_.isInstanceOf[StdAnn])
      case _             => false




© 2015 - 2024 Weber Informatics LLC | Privacy Policy