public class TypedefType extends Object implements PMessage<TypedefType>, Serializable, Comparable<TypedefType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TypedefType._Builder |
static class |
TypedefType._Field |
| Modifier and Type | Field and Description |
|---|---|
static PStructDescriptor<TypedefType,TypedefType._Field> |
kDescriptor |
| Constructor and Description |
|---|
TypedefType(String pComment,
String pType,
String pName) |
| Modifier and Type | Method and Description |
|---|---|
String |
asString() |
static TypedefType._Builder |
builder() |
int |
compareTo(TypedefType other) |
PStructDescriptor<TypedefType,TypedefType._Field> |
descriptor() |
boolean |
equals(Object o) |
Object |
get(int key) |
String |
getComment() |
String |
getName() |
String |
getType() |
boolean |
has(int key) |
boolean |
hasComment() |
int |
hashCode() |
boolean |
hasName() |
boolean |
hasType() |
boolean |
isCompact() |
boolean |
isSimple() |
TypedefType._Builder |
mutate() |
int |
num(int key) |
static PStructDescriptorProvider<TypedefType,TypedefType._Field> |
provider() |
String |
toString() |
public static final PStructDescriptor<TypedefType,TypedefType._Field> kDescriptor
public boolean hasComment()
public String getComment()
public boolean hasType()
public String getType()
public boolean hasName()
public String getName()
public boolean has(int key)
has in interface PMessage<TypedefType>public int num(int key)
num in interface PMessage<TypedefType>public Object get(int key)
get in interface PMessage<TypedefType>public boolean isCompact()
isCompact in interface PMessage<TypedefType>public boolean isSimple()
isSimple in interface PMessage<TypedefType>public String asString()
asString in interface PMessage<TypedefType>public int compareTo(TypedefType other)
compareTo in interface Comparable<TypedefType>public static PStructDescriptorProvider<TypedefType,TypedefType._Field> provider()
public PStructDescriptor<TypedefType,TypedefType._Field> descriptor()
descriptor in interface PMessage<TypedefType>descriptor in interface PValue<TypedefType>public TypedefType._Builder mutate()
mutate in interface PMessage<TypedefType>public static TypedefType._Builder builder()
Copyright © 2016. All rights reserved.