Package hydra.ext.python.syntax
Class ParamWithDefaultParameters
- java.lang.Object
-
- hydra.ext.python.syntax.ParamWithDefaultParameters
-
- All Implemented Interfaces:
java.io.Serializable
public class ParamWithDefaultParameters extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NameFIELD_NAME_PARAM_WITH_DEFAULTstatic NameFIELD_NAME_STAR_ETCjava.util.List<ParamWithDefault>paramWithDefaultOpt<StarEtc>starEtcstatic NameTYPE_NAME
-
Constructor Summary
Constructors Constructor Description ParamWithDefaultParameters(java.util.List<ParamWithDefault> paramWithDefault, Opt<StarEtc> starEtc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()ParamWithDefaultParameterswithParamWithDefault(java.util.List<ParamWithDefault> paramWithDefault)ParamWithDefaultParameterswithStarEtc(Opt<StarEtc> starEtc)
-
-
-
Field Detail
-
TYPE_NAME
public static final Name TYPE_NAME
-
FIELD_NAME_PARAM_WITH_DEFAULT
public static final Name FIELD_NAME_PARAM_WITH_DEFAULT
-
FIELD_NAME_STAR_ETC
public static final Name FIELD_NAME_STAR_ETC
-
paramWithDefault
public final java.util.List<ParamWithDefault> paramWithDefault
-
-
Constructor Detail
-
ParamWithDefaultParameters
public ParamWithDefaultParameters(java.util.List<ParamWithDefault> paramWithDefault, Opt<StarEtc> starEtc)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
withParamWithDefault
public ParamWithDefaultParameters withParamWithDefault(java.util.List<ParamWithDefault> paramWithDefault)
-
withStarEtc
public ParamWithDefaultParameters withStarEtc(Opt<StarEtc> starEtc)
-
-