Uses of Class
de.tuberlin.cs.cis.ocl.env.Scope

Packages that use Scope
de.tuberlin.cs.cis.ocl.env Provides classes for the framework's parsing environment.  
 

Uses of Scope in de.tuberlin.cs.cis.ocl.env
 

Methods in de.tuberlin.cs.cis.ocl.env that return Scope
 Scope NameIdentifier.getScope()
          Returns the scope of the name of this identifier.
 

Methods in de.tuberlin.cs.cis.ocl.env with parameters of type Scope
 boolean Scope.includes(Scope scope)
          Determines if this scope completly includes the specified scope.
 

Constructors in de.tuberlin.cs.cis.ocl.env with parameters of type Scope
NameIdentifier(Scope scope, de.tuberlin.cs.cis.ocl.parser.node.AName name)
          Constructs a name identifier.
OperationIdentifier(Scope scope, Classifier classifier, de.tuberlin.cs.cis.ocl.parser.node.AName name, Type[] parameterTypes)
          Constructs an identifier identifiing the specified operation.
OperationIdentifier(Scope scope, Classifier classifier, de.tuberlin.cs.cis.ocl.parser.node.AName name, de.tuberlin.cs.cis.ocl.parser.node.AParamList parameters, Type[] parameterTypes)
          Constructs an identifier identifiing the specified operation, including its formal parameters (parameter names).
PropertyIdentifier(Scope scope, Classifier classifier, de.tuberlin.cs.cis.ocl.parser.node.AName name)
          Constructs an identifier identifiing a property.