Package EDU.purdue.jtb.common
Class VisitorInfo.ArgumentInfo
java.lang.Object
EDU.purdue.jtb.common.VisitorInfo.ArgumentInfo
- Enclosing class:
VisitorInfo
Class holding an argument type info.
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
True if the argument type is a type parameter, false otherwiseArgument type : [A-Z] (type parameter), java primitive types, user class name -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
Argument type : [A-Z] (type parameter), java primitive types, user class name -
isTypeParameter
public boolean isTypeParameterTrue if the argument type is a type parameter, false otherwise
-
-
Constructor Details
-
ArgumentInfo
public ArgumentInfo()
-