Uses of Class
org.sonar.iac.docker.symbols.Symbol
-
Packages that use Symbol Package Description org.sonar.iac.docker.symbols org.sonar.iac.docker.tree.api org.sonar.iac.docker.tree.impl -
-
Uses of Symbol in org.sonar.iac.docker.symbols
Methods in org.sonar.iac.docker.symbols that return Symbol Modifier and Type Method Description SymbolScope. addSymbol(String name)SymbolScope. getSymbol(String name)Methods in org.sonar.iac.docker.symbols that return types with arguments of type Symbol Modifier and Type Method Description List<Symbol>Scope. getSymbols()Constructors in org.sonar.iac.docker.symbols with parameters of type Symbol Constructor Description Symbol(Symbol orgSymbol) -
Uses of Symbol in org.sonar.iac.docker.tree.api
Methods in org.sonar.iac.docker.tree.api that return Symbol Modifier and Type Method Description SymbolHasSymbol. symbol()Methods in org.sonar.iac.docker.tree.api with parameters of type Symbol Modifier and Type Method Description voidHasSymbol. setSymbol(Symbol symbol) -
Uses of Symbol in org.sonar.iac.docker.tree.impl
Methods in org.sonar.iac.docker.tree.impl that return Symbol Modifier and Type Method Description SymbolEncapsulatedVariableImpl. symbol()SymbolRegularVariableImpl. symbol()Methods in org.sonar.iac.docker.tree.impl with parameters of type Symbol Modifier and Type Method Description voidEncapsulatedVariableImpl. setSymbol(Symbol symbol)voidRegularVariableImpl. setSymbol(Symbol symbol)
-