Uses of Interface
org.sonar.iac.terraform.api.tree.ObjectElementTree
-
Packages that use ObjectElementTree Package Description org.sonar.iac.terraform.api.tree org.sonar.iac.terraform.parser org.sonar.iac.terraform.parser.grammar org.sonar.iac.terraform.tree.impl -
-
Uses of ObjectElementTree in org.sonar.iac.terraform.api.tree
Methods in org.sonar.iac.terraform.api.tree that return types with arguments of type ObjectElementTree Modifier and Type Method Description SeparatedTrees<ObjectElementTree>ObjectTree. elements()List<ObjectElementTree>ObjectTree. properties() -
Uses of ObjectElementTree in org.sonar.iac.terraform.parser
Methods in org.sonar.iac.terraform.parser that return ObjectElementTree Modifier and Type Method Description ObjectElementTreeTreeFactory. objectElement(ExpressionTree key, SyntaxToken equalOrColonSign, ExpressionTree value)Methods in org.sonar.iac.terraform.parser that return types with arguments of type ObjectElementTree Modifier and Type Method Description SeparatedTrees<ObjectElementTree>TreeFactory. objectElements(ObjectElementTree firstElement, com.sonar.sslr.api.typed.Optional<List<TreeFactory.Pair<SyntaxToken,ObjectElementTree>>> otherElements, com.sonar.sslr.api.typed.Optional<SyntaxTokenImpl> trailingComma)Methods in org.sonar.iac.terraform.parser with parameters of type ObjectElementTree Modifier and Type Method Description SeparatedTrees<ObjectElementTree>TreeFactory. objectElements(ObjectElementTree firstElement, com.sonar.sslr.api.typed.Optional<List<TreeFactory.Pair<SyntaxToken,ObjectElementTree>>> otherElements, com.sonar.sslr.api.typed.Optional<SyntaxTokenImpl> trailingComma)Method parameters in org.sonar.iac.terraform.parser with type arguments of type ObjectElementTree Modifier and Type Method Description ObjectTreeTreeFactory. object(SyntaxToken openBrace, com.sonar.sslr.api.typed.Optional<SeparatedTrees<ObjectElementTree>> elements, SyntaxToken closeBrace)SeparatedTrees<ObjectElementTree>TreeFactory. objectElements(ObjectElementTree firstElement, com.sonar.sslr.api.typed.Optional<List<TreeFactory.Pair<SyntaxToken,ObjectElementTree>>> otherElements, com.sonar.sslr.api.typed.Optional<SyntaxTokenImpl> trailingComma) -
Uses of ObjectElementTree in org.sonar.iac.terraform.parser.grammar
Methods in org.sonar.iac.terraform.parser.grammar that return ObjectElementTree Modifier and Type Method Description ObjectElementTreeHclGrammar. OBJECT_ELEMENT()Methods in org.sonar.iac.terraform.parser.grammar that return types with arguments of type ObjectElementTree Modifier and Type Method Description SeparatedTrees<ObjectElementTree>HclGrammar. OBJECT_ELEMENTS() -
Uses of ObjectElementTree in org.sonar.iac.terraform.tree.impl
Classes in org.sonar.iac.terraform.tree.impl that implement ObjectElementTree Modifier and Type Class Description classObjectElementTreeImplMethods in org.sonar.iac.terraform.tree.impl that return types with arguments of type ObjectElementTree Modifier and Type Method Description List<ObjectElementTree>ObjectTreeImpl. properties()Constructor parameters in org.sonar.iac.terraform.tree.impl with type arguments of type ObjectElementTree Constructor Description ObjectTreeImpl(SyntaxToken openBrace, SeparatedTrees<ObjectElementTree> elements, SyntaxToken closeBrace)
-