Class Scope


  • public class Scope
    extends java.lang.Object
    Scope description.
    • Method Detail

      • getType

        public Scope.Type getType()
        Scope type.
      • getObject

        public RemoteObject getObject()
        Object representing the scope. For `global` and `with` scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties.
      • getName

        public java.lang.String getName()
      • getStartLocation

        public Location getStartLocation()
        Location in the source code where scope starts
      • getEndLocation

        public Location getEndLocation()
        Location in the source code where scope ends