Class MethodInfo

java.lang.Object
dev.quantumfusion.hyphen.codegen.MethodInfo

public class MethodInfo extends Object
This defines a methods properties like parameters and what the method returns.
Never call methods by their name but instead call HyphenSerializer methods by calling MethodHandler.callInst(MethodInfo)

The name changes from CodegenHandler if method compacting is active.

  • Field Details

    • returnClass

      public final Class<?> returnClass
    • parameters

      public final Class<?>[] parameters
  • Method Details