Class VisitorInfo.ArgumentInfo

java.lang.Object
EDU.purdue.jtb.common.VisitorInfo.ArgumentInfo
Enclosing class:
VisitorInfo

public class VisitorInfo.ArgumentInfo extends Object
Class holding an argument type info.
  • Field Details

    • type

      public 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 Details

    • ArgumentInfo

      public ArgumentInfo()