Package org.sonar.iac.docker.tree.api
Interface Variable
-
- All Superinterfaces:
DockerTree,Expression,HasSymbol,HasTextRange,Tree
- All Known Subinterfaces:
EncapsulatedVariable,RegularVariable
- All Known Implementing Classes:
EncapsulatedVariableImpl,RegularVariableImpl
public interface Variable extends Expression, HasSymbol
Interface to represent variable element reference inArgumentobjects. Examples : - RUN command prestr$myvar ^^^^^^
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.iac.docker.tree.api.DockerTree
DockerTree.Kind
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringidentifier()-
Methods inherited from interface org.sonar.iac.docker.tree.api.DockerTree
getKind, is, parent, setParent
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
-
-
-
Method Detail
-
identifier
String identifier()
-
-