Interface | Description |
---|---|
TypeLiteral |
Represents a type literal.
|
Class | Description |
---|---|
ArrayTypeLiteral |
Represents an array type literal.
|
LowerBoundWildcard |
Represents "? super SomeBound" type literal.
|
SimpleTypeLiteral |
Represents a non-array type literal.
|
UpperBoundWildcard |
Represents "? extends SomeBound" type literal.
|
Copyright © 2013–2016 jparsec. All rights reserved.