public final class ClassLiteral extends ValueObject implements Expression
Modifier and Type | Field and Description |
---|---|
TypeLiteral |
className |
Constructor and Description |
---|
ClassLiteral(TypeLiteral className) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final TypeLiteral className
public ClassLiteral(TypeLiteral className)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.