There is an ASTNode subclass called TypeLiteral
.
The description of this type of code says that it looks like
( Type | void ) . class
I don't believe I have ever seen anything like this.
Can anyone provide an example of a TypeLiteral
, and perhaps additionally of it being used in a Java program?