Class Parameter
java.lang.Object
net.covers1624.coffeegrinder.type.Parameter
Created by covers1624 on 15/4/21.
-
Constructor Summary
ConstructorsConstructorDescriptionParameter(int formalIdx, String name, Method owner, AType type, AType rawType, EnumBitSet<AccessFlag> flags, @Nullable AnnotationSupplier annotationSupplier) Parameter(String name, Method owner, AType type, AType rawType, EnumBitSet<AccessFlag> flags) Parameter(String name, Method owner, AType type, EnumBitSet<AccessFlag> flags) -
Method Summary
-
Constructor Details
-
Parameter
-
Parameter
public Parameter(String name, Method owner, AType type, AType rawType, EnumBitSet<AccessFlag> flags) -
Parameter
public Parameter(int formalIdx, String name, Method owner, AType type, AType rawType, EnumBitSet<AccessFlag> flags, @Nullable @Nullable AnnotationSupplier annotationSupplier)
-
-
Method Details
-
getFormalIdx
public int getFormalIdx() -
getName
-
getOwner
-
getType
-
getRawType
-
getFlags
-
getAnnotationSupplier
-
isMandated
public boolean isMandated() -
isSynthetic
public boolean isSynthetic()
-