Class MethodInformation


  • public class MethodInformation
    extends java.lang.Object
    • Field Detail

      • cls

        java.lang.Class<?> cls
      • method

        java.lang.reflect.Method method
      • annotations

        java.lang.annotation.Annotation[] annotations
      • modifiers

        int modifiers
      • returnType

        java.lang.Class<?> returnType
      • name

        java.lang.String name
      • memberName

        java.lang.String[] memberName
      • allocatorMax

        int allocatorMax
      • dim

        int dim
      • parameterRaw

        boolean[] parameterRaw
      • parameterTypes

        java.lang.Class<?>[] parameterTypes
      • parameterAnnotations

        java.lang.annotation.Annotation[][] parameterAnnotations
      • criticalRegion

        boolean criticalRegion
      • returnRaw

        boolean returnRaw
      • withEnv

        boolean withEnv
      • overloaded

        boolean overloaded
      • noOffset

        boolean noOffset
      • deallocator

        boolean deallocator
      • allocator

        boolean allocator
      • arrayAllocator

        boolean arrayAllocator
      • bufferGetter

        boolean bufferGetter
      • valueGetter

        boolean valueGetter
      • valueSetter

        boolean valueSetter
      • memberGetter

        boolean memberGetter
      • memberSetter

        boolean memberSetter
      • noReturnGetter

        boolean noReturnGetter
      • pairedMethod

        java.lang.reflect.Method pairedMethod
      • throwsException

        java.lang.Class<?> throwsException
    • Constructor Detail

      • MethodInformation

        public MethodInformation()