Package org.sonar.iac.docker.tree.api
Interface PortTree
-
- All Superinterfaces:
DockerTree,HasTextRange,Tree
- All Known Implementing Classes:
PortTreeImpl
public interface PortTree extends DockerTree
-
-
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 SyntaxTokenportMax()SyntaxTokenportMin()SyntaxTokenprotocol()-
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
-
portMin
SyntaxToken portMin()
-
portMax
SyntaxToken portMax()
-
protocol
@CheckForNull SyntaxToken protocol()
-
-