Class SignatureParser.SimpleClassTypeSignature
java.lang.Object
org.codehaus.janino.util.signature.SignatureParser.SimpleClassTypeSignature
- Enclosing class:
SignatureParser
Representation of the "SimpleClassTypeSignature" clause, e.g. '
MyMap<K, V>
'.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String
The simple name of the class.final List
<SignatureParser.TypeArgument> The type arguments of the class, e.g. -
Constructor Summary
ConstructorsConstructorDescriptionSimpleClassTypeSignature
(String simpleClassName, List<SignatureParser.TypeArgument> typeArguments) -
Method Summary
-
Field Details
-
simpleClassName
The simple name of the class. -
typeArguments
The type arguments of the class, e.g. '<A extends x, B super x, *, x>
'.
-
-
Constructor Details
-
SimpleClassTypeSignature
public SimpleClassTypeSignature(String simpleClassName, List<SignatureParser.TypeArgument> typeArguments)
-
-
Method Details