Package com.helger.html.js.tostring
Class JSListType
- java.lang.Object
-
- com.helger.html.js.tostring.JSType
-
- com.helger.html.js.tostring.JSListType
-
- All Implemented Interfaces:
IHasChildJSType,Serializable
@Immutable public class JSListType extends JSType implements IHasChildJSType
Specific JavaScript list type.- Author:
- Philip Helger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JSListType(JSType aChildType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)JSTypegetChildType()inthashCode()StringtoString()
-
-
-
Method Detail
-
getChildType
@Nonnull public JSType getChildType()
- Specified by:
getChildTypein interfaceIHasChildJSType- Returns:
- The type of the child. May not be
null.
-
-