List of usage examples for org.eclipse.jdt.internal.compiler.ast TypeParameter subclass-usage
From source file org.eclipse.objectteams.otdt.internal.core.compiler.ast.TypeValueParameter.java
/**
* This class models type parameters of the for MyClass<SomeType someName>.
* Such parameters represent values instead of types.
*
* The effect of this syntax is as follows:
* + The type 'MyClass' has a field 'public final SomeType someName'