Class ParameterImpl

java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.ParameterImpl
All Implemented Interfaces:
AnyParameter, Parameter, Tree

public class ParameterImpl extends PyTree implements Parameter
  • Constructor Details

    • ParameterImpl

      public ParameterImpl(@Nullable Token starToken, Name name, @Nullable TypeAnnotation annotation, @Nullable Token equalToken, @Nullable Expression defaultValue)
    • ParameterImpl

      public ParameterImpl(Token starToken)
      constructor for star parameter syntax. def fun(arg1, *, arg2)
  • Method Details