Uses of Interface
org.sonar.iac.docker.tree.api.EncapsulatedVariable
-
Packages that use EncapsulatedVariable Package Description org.sonar.iac.docker.parser org.sonar.iac.docker.tree.impl -
-
Uses of EncapsulatedVariable in org.sonar.iac.docker.parser
Methods in org.sonar.iac.docker.parser that return EncapsulatedVariable Modifier and Type Method Description EncapsulatedVariableTreeFactory. encapsulatedVariable(SyntaxToken openDollarCurly, SyntaxToken identifier, com.sonar.sslr.api.typed.Optional<TreeFactory.Tuple<SyntaxToken,Argument>> modifier, SyntaxToken closeCurly)EncapsulatedVariableTreeFactory. encapsulatedVariableGeneric(SyntaxToken openDollarCurly, SyntaxToken identifier, com.sonar.sslr.api.typed.Optional<SyntaxToken> modifier, SyntaxToken closeCurly) -
Uses of EncapsulatedVariable in org.sonar.iac.docker.tree.impl
Classes in org.sonar.iac.docker.tree.impl that implement EncapsulatedVariable Modifier and Type Class Description classEncapsulatedVariableImpl
-