Searched refs:scopeActions (Results 1 – 2 of 2) sorted by relevance
495 Map scopeActions = (Map)actions.get(scope); in verifyActionScopesOkForTarget() local497 (GrammarAST)scopeActions.values().iterator().next(); in verifyActionScopesOkForTarget()513 Map scopeActions = (Map)actions.get(scope); in translateActionAttributeReferences() local514 translateActionAttributeReferencesForSingleScope(null,scopeActions); in translateActionAttributeReferences()521 Map scopeActions) in translateActionAttributeReferencesForSingleScope() argument527 Set actionNameSet = scopeActions.keySet(); in translateActionAttributeReferencesForSingleScope()530 GrammarAST actionAST = (GrammarAST)scopeActions.get(name); in translateActionAttributeReferencesForSingleScope()532 scopeActions.put(name, chunks); // replace with translation in translateActionAttributeReferencesForSingleScope()
1503 Map<String, Object> scopeActions = getActions().get(scope); in defineNamedAction() local1504 if ( scopeActions==null ) { in defineNamedAction()1505 scopeActions = new HashMap<String, Object>(); in defineNamedAction()1506 getActions().put(scope, scopeActions); in defineNamedAction()1508 Object a = scopeActions.get(actionName); in defineNamedAction()1515 scopeActions.put(actionName,actionAST); in defineNamedAction()