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

io.shiftleft.semanticcpg.language.operatorextension.OpNodes.scala Maven / Gradle / Ivy

There is a newer version: 4.0.77
Show newest version
package io.shiftleft.semanticcpg.language.operatorextension

import io.shiftleft.codepropertygraph.generated.nodes.{Call, StaticType}

trait AssignmentT
trait ArithmeticT
trait ArrayAccessT
trait FieldAccessT
object OpNodes {
  type Assignment  = Call & StaticType[AssignmentT]
  type Arithmetic  = Call & StaticType[ArithmeticT]
  type ArrayAccess = Call & StaticType[ArrayAccessT]
  type FieldAccess = Call & StaticType[FieldAccessT]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy