Package EDU.purdue.jtb.common
Class VisitorInfo.ArgumentInfo
- java.lang.Object
-
- EDU.purdue.jtb.common.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 otherwisejava.lang.String
type
Argument type : [A-Z] (type parameter), java primitive types, user class name
-
Constructor Summary
Constructors Constructor Description ArgumentInfo()
-