Uses of Class
org.sonar.iac.docker.symbols.ArgumentResolution
-
Packages that use ArgumentResolution Package Description org.sonar.iac.docker.checks.utils org.sonar.iac.docker.checks.utils.command org.sonar.iac.docker.symbols -
-
Uses of ArgumentResolution in org.sonar.iac.docker.checks.utils
Methods in org.sonar.iac.docker.checks.utils that return types with arguments of type ArgumentResolution Modifier and Type Method Description List<ArgumentResolution>CommandDetector. fullMatch(PredicateContext context)Process and reduce the stack of arguments.static List<ArgumentResolution>CheckUtils. resolveInstructionArguments(HasArguments instructionWithArguments)Method parameters in org.sonar.iac.docker.checks.utils with type arguments of type ArgumentResolution Modifier and Type Method Description List<CommandDetector.Command>CommandDetector. search(List<ArgumentResolution> resolvedArguments)A stack is formed on the basis of the arguments provided by a command instruction.Constructor parameters in org.sonar.iac.docker.checks.utils with type arguments of type ArgumentResolution Constructor Description Command(List<ArgumentResolution> resolvedArguments) -
Uses of ArgumentResolution in org.sonar.iac.docker.checks.utils.command
Methods in org.sonar.iac.docker.checks.utils.command that return ArgumentResolution Modifier and Type Method Description ArgumentResolutionPredicateContext. getNextArgumentToHandle()ArgumentResolutionPredicateContext. getNextArgumentToHandleAndRemoveFromList()Methods in org.sonar.iac.docker.checks.utils.command that return types with arguments of type ArgumentResolution Modifier and Type Method Description Deque<ArgumentResolution>PredicateContext. getArgumentStack()List<ArgumentResolution>PredicateContext. getArgumentsToReport()Methods in org.sonar.iac.docker.checks.utils.command with parameters of type ArgumentResolution Modifier and Type Method Description voidPredicateContext. addAsArgumentToReport(ArgumentResolution resolution)voidPredicateContext. argumentShouldBeMatchedAgain(ArgumentResolution resolution)Constructor parameters in org.sonar.iac.docker.checks.utils.command with type arguments of type ArgumentResolution Constructor Description PredicateContext(Deque<ArgumentResolution> argumentStack, List<CommandPredicate> detectorPredicates) -
Uses of ArgumentResolution in org.sonar.iac.docker.symbols
Methods in org.sonar.iac.docker.symbols that return ArgumentResolution Modifier and Type Method Description static ArgumentResolutionArgumentResolution. of(Argument argument)Main method of the class, the point of entry to resolveArgumentin order to exploit the result in checks.
-