public static class TypeDescriptors.EitherDescriptor extends TypeDescriptors.UDTDescriptor implements scala.Product, scala.Serializable
Constructor and Description |
---|
EitherDescriptor(int id,
scala.reflect.macros.Context.universe tpe,
TypeDescriptors.UDTDescriptor left,
TypeDescriptors.UDTDescriptor right) |
Modifier and Type | Method and Description |
---|---|
int |
id() |
TypeDescriptors.UDTDescriptor |
left() |
TypeDescriptors.UDTDescriptor |
right() |
scala.reflect.macros.Context.universe |
tpe() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EitherDescriptor(int id, scala.reflect.macros.Context.universe tpe, TypeDescriptors.UDTDescriptor left, TypeDescriptors.UDTDescriptor right)
public int id()
id
in class TypeDescriptors.UDTDescriptor
public scala.reflect.macros.Context.universe tpe()
tpe
in class TypeDescriptors.UDTDescriptor
public TypeDescriptors.UDTDescriptor left()
public TypeDescriptors.UDTDescriptor right()
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.