Class ThisObjectValue
- java.lang.Object
-
- com.google.api.generator.engine.ast.ThisObjectValue
-
- All Implemented Interfaces:
ObjectValue,Value
public abstract class ThisObjectValue extends Object implements ObjectValue
-
-
Constructor Summary
Constructors Constructor Description ThisObjectValue()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract TypeNodetype()Stringvalue()static ThisObjectValuewithType(TypeNode type)
-
-
-
Method Detail
-
type
public abstract TypeNode type()
- Specified by:
typein interfaceObjectValue- Specified by:
typein interfaceValue
-
value
public String value()
- Specified by:
valuein interfaceObjectValue- Specified by:
valuein interfaceValue
-
withType
public static ThisObjectValue withType(TypeNode type)
-
-