public abstract class ThisObjectValue extends Object implements ObjectValue
| Constructor and Description |
|---|
ThisObjectValue() |
| Modifier and Type | Method and Description |
|---|---|
abstract TypeNode |
type() |
String |
value() |
static ThisObjectValue |
withType(TypeNode type) |
public abstract TypeNode type()
type in interface ObjectValuetype in interface Valuepublic String value()
value in interface ObjectValuevalue in interface Valuepublic static ThisObjectValue withType(TypeNode type)
Copyright © 2022 Google LLC. All rights reserved.