Class SuperObjectValue
- java.lang.Object
-
- com.google.api.generator.engine.ast.SuperObjectValue
-
- All Implemented Interfaces:
ObjectValue,Value
public abstract class SuperObjectValue extends Object implements ObjectValue
-
-
Constructor Summary
Constructors Constructor Description SuperObjectValue()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract TypeNodetype()Stringvalue()static SuperObjectValuewithType(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 SuperObjectValue withType(TypeNode type)
-
-