Package org.jboss.jdeparser
Class WildcardJType
java.lang.Object
org.jboss.jdeparser.AbstractJType
org.jboss.jdeparser.WildcardJType
- All Implemented Interfaces:
JType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarray()An array of this type.(package private) booleanequals(AbstractJType other) private booleanequals(WildcardJType other) (package private) AbstractJTypeinthashCode()(package private) booleanGet the simple name of this type.toString()Get a wildcard that extends this type.Get a wildcard that this type extends.(package private) voidwriteDirect(SourceFileWriter sourceFileWriter)
-
Field Details
-
targetType
-
extendsNotSuper
private final boolean extendsNotSuper
-
-
Constructor Details
-
WildcardJType
-
-
Method Details
-
equals
- Specified by:
equalsin classAbstractJType
-
equals
-
hashCode
public int hashCode()- Specified by:
hashCodein classAbstractJType
-
simpleName
Description copied from interface:JTypeGet the simple name of this type.- Specified by:
simpleNamein interfaceJType- Specified by:
simpleNamein classAbstractJType- Returns:
- the type's simple name
-
array
Description copied from interface:JTypeAn array of this type.- Specified by:
arrayin interfaceJType- Overrides:
arrayin classAbstractJType- Returns:
- the array type
-
wildcardExtends
Description copied from interface:JTypeGet a wildcard that extends this type.- Specified by:
wildcardExtendsin interfaceJType- Overrides:
wildcardExtendsin classAbstractJType- Returns:
- the wildcard
-
wildcardSuper
Description copied from interface:JTypeGet a wildcard that this type extends.- Specified by:
wildcardSuperin interfaceJType- Overrides:
wildcardSuperin classAbstractJType- Returns:
- the wildcard
-
writeDirect
- Specified by:
writeDirectin classAbstractJType- Throws:
IOException
-
toString
- Specified by:
toStringin classAbstractJType
-
getTargetType
AbstractJType getTargetType() -
isExtendsNotSuper
boolean isExtendsNotSuper()
-