Class InterfaceNode
- java.lang.Object
-
- com.ss.android.ugc.bytex.common.graph.Node
-
- com.ss.android.ugc.bytex.common.graph.InterfaceNode
-
- All Implemented Interfaces:
Jsonable,java.io.Serializable
public class InterfaceNode extends Node
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<InterfaceNode>childrenjava.util.List<ClassNode>implementedClasses-
Fields inherited from class com.ss.android.ugc.bytex.common.graph.Node
defined, entity, interfaces, parent
-
-
Constructor Summary
Constructors Constructor Description InterfaceNode(java.lang.String className)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidread(com.google.gson.stream.JsonReader jsonReader, com.google.gson.Gson gson)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, com.google.gson.Gson gson)-
Methods inherited from class com.ss.android.ugc.bytex.common.graph.Node
confirmOriginField, confirmOriginMethod, getAllChildren, inheritFrom, isAssignableFrom
-
-
-
-
Field Detail
-
children
public java.util.List<InterfaceNode> children
-
implementedClasses
public java.util.List<ClassNode> implementedClasses
-
-