LogicalType

constructor()(source)
constructor(name: String)(source)
constructor(name: SimpleName, typeArguments: NodeList<Type>)(source)
constructor(name: SimpleName, typeArguments: NodeList<Type>, annotations: NodeList<AnnotationExpr>)(source)


constructor(tokenRange: TokenRange, name: SimpleName, typeArguments: NodeList<Type>, annotations: NodeList<AnnotationExpr>)(source)

This constructor is used by the parser and is considered private.