public static class CodingConvention.ObjectLiteralCast
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) DiagnosticType |
diagnosticType
Error message
|
(package private) Node |
objectNode
Object to cast.
|
(package private) java.lang.String |
typeName
Type to cast to.
|
Constructor and Description |
---|
ObjectLiteralCast(java.lang.String typeName,
Node objectNode,
DiagnosticType diagnosticType) |
final java.lang.String typeName
final Node objectNode
final DiagnosticType diagnosticType
ObjectLiteralCast(java.lang.String typeName, Node objectNode, DiagnosticType diagnosticType)