Uses of Interface
org.sonar.iac.docker.tree.api.ArgumentList
-
Packages that use ArgumentList Package Description org.sonar.iac.docker.parser org.sonar.iac.docker.tree.api org.sonar.iac.docker.tree.impl -
-
Uses of ArgumentList in org.sonar.iac.docker.parser
Methods in org.sonar.iac.docker.parser with parameters of type ArgumentList Modifier and Type Method Description AddInstructionTreeFactory. add(SyntaxToken add, com.sonar.sslr.api.typed.Optional<List<Flag>> options, ArgumentList srcsAndDest)CopyInstructionTreeFactory. copy(SyntaxToken copy, com.sonar.sslr.api.typed.Optional<List<Flag>> options, ArgumentList srcsAndDest)VolumeInstructionTreeFactory. volume(SyntaxToken token, ArgumentList execFormOrShellForm)Method parameters in org.sonar.iac.docker.parser with type arguments of type ArgumentList Modifier and Type Method Description CmdInstructionTreeFactory. cmd(SyntaxToken token, com.sonar.sslr.api.typed.Optional<ArgumentList> execFormOrShellForm)EntrypointInstructionTreeFactory. entrypoint(SyntaxToken token, com.sonar.sslr.api.typed.Optional<ArgumentList> execFormOrShellForm) -
Uses of ArgumentList in org.sonar.iac.docker.tree.api
Subinterfaces of ArgumentList in org.sonar.iac.docker.tree.api Modifier and Type Interface Description interfaceExecFormInterface to define the contract of ExecForm.interfaceHereDocumentInterface to define the contract of Here-Documents form.interfaceShellFormInterface to define the contract of ShellForm. -
Uses of ArgumentList in org.sonar.iac.docker.tree.impl
Classes in org.sonar.iac.docker.tree.impl that implement ArgumentList Modifier and Type Class Description classExecFormImplclassHereDocumentImplclassShellFormImplFields in org.sonar.iac.docker.tree.impl declared as ArgumentList Modifier and Type Field Description protected ArgumentListAbstractCommandInstructionImpl. argumentsprotected ArgumentListAbstractTransferInstructionImpl. srcsAndDestConstructors in org.sonar.iac.docker.tree.impl with parameters of type ArgumentList Constructor Description AbstractCommandInstructionImpl(SyntaxToken keyword, ArgumentList arguments)AbstractTransferInstructionImpl(SyntaxToken add, List<Flag> options, ArgumentList srcsAndDest)AddInstructionImpl(SyntaxToken add, List<Flag> options, ArgumentList srcsAndDest)CmdInstructionImpl(SyntaxToken keyword, ArgumentList arguments)CopyInstructionImpl(SyntaxToken add, List<Flag> options, ArgumentList srcsAndDest)EntrypointInstructionImpl(SyntaxToken keyword, ArgumentList arguments)RunInstructionImpl(SyntaxToken keyword, List<Flag> options, ArgumentList arguments)VolumeInstructionImpl(SyntaxToken volume, ArgumentList arguments)
-