public class LookAhead extends Object
| Constructor and Description |
|---|
LookAhead() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Set<Integer> |
getSymbolIds() |
boolean |
isCarry() |
void |
setCarry(boolean carry) |
void |
setSymbolIds(Set<Integer> symbolIds) |
public void setSymbolIds(Set<Integer> symbolIds)
symbolIds - the symbolIds to setpublic boolean isCarry()
public void setCarry(boolean carry)
carry - the carry to setpublic boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2017. All rights reserved.