Class AnnotationBinder.ParametersInfo

java.lang.Object
org.jruby.anno.AnnotationBinder.ParametersInfo
Enclosing class:
AnnotationBinder

private static class AnnotationBinder.ParametersInfo extends Object
  • Field Details

    • typeDecl

      final String typeDecl
    • hasContext

      final boolean hasContext
    • hasBlock

      final boolean hasBlock
  • Constructor Details

    • ParametersInfo

      ParametersInfo(String name, boolean hasContext, boolean hasBlock)