Interface NodeWithScope<N extends Node>

All Superinterfaces:
NodeWithTraversableScope
All Known Implementing Classes:
FieldAccessExpr

public interface NodeWithScope<N extends Node> extends NodeWithTraversableScope
Represents a node which has a required scope expression eg. field access (object.method).
  • Method Details