BinaryExpression
io.joern.rubysrc2cpg.astcreation.RubyIntermediateAst.BinaryExpression
final case class BinaryExpression(lhs: RubyNode, op: String, rhs: RubyNode)(span: TextSpan) extends RubyNode
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass RubyNodeclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article