ExpressionMethods

final
class ExpressionMethods(val node: AstNode) extends AnyVal with NodeExtension
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def parentExpression: Option[Expression]

Traverse to it's parent expression (e.g. call or return) by following the incoming AST It's continuing it's walk until it hits an expression that's not a generic "member access operation", e.g., ".memberAccess".

Traverse to it's parent expression (e.g. call or return) by following the incoming AST It's continuing it's walk until it hits an expression that's not a generic "member access operation", e.g., ".memberAccess".

Concrete fields

val node: AstNode