TypeIdentifier
io.joern.rubysrc2cpg.astcreation.RubyIntermediateAst.TypeIdentifier
final case class TypeIdentifier(typeFullName: String)(span: TextSpan) extends RubyNode, RubyIdentifier
Represents a type reference successfully determined, e.g. module A; end; A
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RubyIdentifierclass RubyNodeclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article