Class ReflectionParser

java.lang.Object
com.cryptomorin.xseries.reflection.parser.ReflectionParser

@Internal public class ReflectionParser extends Object
Note: Currently, if XSeries is included as a library, the @Language annotation doesn't work even if you have the sources downloaded, this is unfortunately a bug with IntelliJ.

This class should not be used directly.

This class is designed to be able to parse Java declarations only in a loose way, as it also supports more simplified syntax (for example not requiring semicolons) that doesn't work as nicely if you're using IntelliJ because of the highlighting which is greater advantage.