Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InputReferences (0.28 sec)

  1. platforms/core-configuration/model-groovy/src/main/java/org/gradle/model/dsl/internal/transform/RuleVisitor.java

            }
        }
    
        public void visitRuleClosure(ClosureExpression expression, Expression invocation, String invocationDisplayName) {
            InputReferences parentInputs = inputs;
            VariableExpression parentInputsVariable = inputsVariable;
            try {
                inputs = new InputReferences();
                inputsVariable = new VariableExpression("__rule_inputs_var_" + counter++, POTENTIAL_INPUTS);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 14:04:39 UTC 2024
    - 18.3K bytes
    - Viewed (0)
Back to top