public static interface EcmascriptProtos.ObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getFunctionName() |
boolean |
getIsCallable() |
int |
getObjectID() |
EcmascriptProtos.Object.Property |
getPropertyList(int index) |
int |
getPropertyListCount() |
List<EcmascriptProtos.Object.Property> |
getPropertyListList() |
EcmascriptProtos.Object.PropertyOrBuilder |
getPropertyListOrBuilder(int index) |
List<? extends EcmascriptProtos.Object.PropertyOrBuilder> |
getPropertyListOrBuilderList() |
int |
getPrototypeID() |
EcmascriptProtos.Object.ObjectType |
getType() |
boolean |
hasClassName() |
boolean |
hasFunctionName() |
boolean |
hasIsCallable() |
boolean |
hasObjectID() |
boolean |
hasPrototypeID() |
boolean |
hasType() |
boolean hasObjectID()
int getObjectID()
boolean hasIsCallable()
boolean getIsCallable()
boolean hasType()
EcmascriptProtos.Object.ObjectType getType()
boolean hasPrototypeID()
int getPrototypeID()
boolean hasClassName()
String getClassName()
boolean hasFunctionName()
String getFunctionName()
List<EcmascriptProtos.Object.Property> getPropertyListList()
EcmascriptProtos.Object.Property getPropertyList(int index)
int getPropertyListCount()
List<? extends EcmascriptProtos.Object.PropertyOrBuilder> getPropertyListOrBuilderList()
EcmascriptProtos.Object.PropertyOrBuilder getPropertyListOrBuilder(int index)
Copyright © 2012. All Rights Reserved.