public class Pointer extends Object
Constructor and Description |
---|
Pointer() |
Pointer(Iterable<PointerPart> schemeBased) |
Pointer(ShortHand shortHand) |
Modifier and Type | Method and Description |
---|---|
void |
addPointerPart(PointerPart pointerPart) |
com.google.common.collect.ImmutableList<PointerPart> |
getSchemeBased() |
PointerPart |
getShortHand() |
boolean |
isSchemeBased() |
boolean |
isShortHandPresent() |
String |
toString() |
public Pointer()
public Pointer(ShortHand shortHand)
public Pointer(Iterable<PointerPart> schemeBased)
public void addPointerPart(PointerPart pointerPart)
public boolean isShortHandPresent()
public PointerPart getShortHand()
public boolean isSchemeBased()
public com.google.common.collect.ImmutableList<PointerPart> getSchemeBased()
Copyright © 2011–2019. All rights reserved.