Uses of Class
org.sonar.iac.terraform.symbols.AttributeSymbol
-
Packages that use AttributeSymbol Package Description org.sonar.iac.terraform.symbols -
-
Uses of AttributeSymbol in org.sonar.iac.terraform.symbols
Methods in org.sonar.iac.terraform.symbols that return AttributeSymbol Modifier and Type Method Description AttributeSymbolBlockSymbol. attribute(String name)static AttributeSymbolAttributeSymbol. fromAbsent(CheckContext ctx, String name, BlockSymbol parent)static AttributeSymbolAttributeSymbol. fromPresent(CheckContext ctx, AttributeTree tree, BlockSymbol parent)
-