Class ReflectionParser

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

public class ReflectionParser extends Object
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. TODO support generics. Using RegEx might be impossible because Java doesn't support (?R) recursion.