public class ScopeHelper<T> extends Object
| Constructor and Description |
|---|
ScopeHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInScope(Map<String,T> inputTs) |
void |
addInScope(String name,
T T) |
void |
popScope() |
void |
pushScope() |
Optional<T> |
resolve(String name) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.