@Accessors
@FinalFieldsConstructor
public class EitherTypeArgument
extends java.lang.Object
Constructor and Description |
---|
EitherTypeArgument(org.eclipse.xtend.lib.macro.declaration.TypeReference type,
EitherTypeArgument parent,
boolean right) |
Modifier and Type | Method and Description |
---|---|
EitherTypeArgument |
getParent() |
org.eclipse.xtend.lib.macro.declaration.TypeReference |
getType() |
boolean |
isRight() |
public EitherTypeArgument(org.eclipse.xtend.lib.macro.declaration.TypeReference type, EitherTypeArgument parent, boolean right)
@Pure public org.eclipse.xtend.lib.macro.declaration.TypeReference getType()
@Pure public EitherTypeArgument getParent()
@Pure public boolean isRight()