Class ImplicitVariableScope

java.lang.Object
tools.refinery.language.resource.state.ImplicitVariableScope

public class ImplicitVariableScope extends Object
  • Constructor Details

  • Method Details

    • createVariables

      public void createVariables(org.eclipse.xtext.scoping.IScopeProvider scopeProvider, org.eclipse.xtext.linking.impl.LinkingHelper linkingHelper, org.eclipse.xtext.naming.IQualifiedNameConverter qualifiedNameConverter, Deque<ImplicitVariableScope> scopeQueue)
    • tryCreateVariableForArgument

      protected boolean tryCreateVariableForArgument(VariableOrNodeExpr variableOrNodeExpr, String variableName, org.eclipse.xtext.naming.IQualifiedNameConverter qualifiedNameConverter, org.eclipse.xtext.scoping.IScope scope)
    • createVariable

      protected void createVariable(String variableName)
    • createSingletonVariable

      protected void createSingletonVariable(VariableOrNodeExpr variableOrNodeExpr, String variableName)
    • createNamedVariable

      protected ImplicitVariable createNamedVariable(String variableName)