|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeDefinition.ParameterMatch | |
---|---|
org.mesopotamia.lang.java |
Uses of TypeDefinition.ParameterMatch in org.mesopotamia.lang.java |
---|
Methods in org.mesopotamia.lang.java that return TypeDefinition.ParameterMatch | |
---|---|
static TypeDefinition.ParameterMatch |
TypeDefinition.match(java.util.List<TypeSpecInfo> parameters,
java.util.List<TypeSpecInfo> arguments)
Matches formal parameter types with arguments for compatibility. |
static TypeDefinition.ParameterMatch |
TypeDefinition.ParameterMatch.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TypeDefinition.ParameterMatch[] |
TypeDefinition.ParameterMatch.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |