Class VisitorInfo.ArgumentInfo

  • Enclosing class:
    VisitorInfo

    public class VisitorInfo.ArgumentInfo
    extends java.lang.Object
    Class holding an argument type info.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean isTypeParameter
      True if the argument type is a type parameter, false otherwise
      java.lang.String type
      Argument type : [A-Z] (type parameter), java primitive types, user class name
    • Constructor Summary

      Constructors 
      Constructor Description
      ArgumentInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        public java.lang.String type
        Argument type : [A-Z] (type parameter), java primitive types, user class name
      • isTypeParameter

        public boolean isTypeParameter
        True if the argument type is a type parameter, false otherwise
    • Constructor Detail

      • ArgumentInfo

        public ArgumentInfo()