Class ParameterTypeBound
java.lang.Object
org.openzen.zenscript.codemodel.generic.ParameterTypeBound
- All Implemented Interfaces:
TypeParameterBound
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<C,R> R accept(C context, GenericParameterBoundVisitorWithContext<C, R> visitor) <T> Taccept(GenericParameterBoundVisitor<T> visitor) instance(GenericMapper mapper) booleanbooleanmatches(LocalMemberCache cache, TypeID type) voidregisterMembers(LocalMemberCache cache, TypeMembers members)
-
Field Details
-
position
-
type
-
-
Constructor Details
-
Method Details
-
getCanonical
- Specified by:
getCanonicalin interfaceTypeParameterBound
-
registerMembers
- Specified by:
registerMembersin interfaceTypeParameterBound
-
matches
- Specified by:
matchesin interfaceTypeParameterBound
-
instance
- Specified by:
instancein interfaceTypeParameterBound
-
accept
- Specified by:
acceptin interfaceTypeParameterBound
-
accept
- Specified by:
acceptin interfaceTypeParameterBound
-
isObjectType
public boolean isObjectType()- Specified by:
isObjectTypein interfaceTypeParameterBound
-