| Modifier and Type | Field and Description |
|---|---|
int |
production |
int |
resultOfs
ofs -1: left hand side
|
| Constructor and Description |
|---|
Alternative(Alternative orig) |
Alternative(int production,
int resultOfs) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int ofs,
Attribute copy) |
void |
addAll(net.oneandone.sushi.util.IntArrayList argsOfs,
List<Attribute> argsCopy) |
void |
addArgAttrs(List<Attribute> next)
Add all argument attributes to next (if not already contained in next)
|
int |
compare(Alternative ab)
Compares functions.
|
boolean |
contains(int ofs,
Attribute attr) |
boolean |
equals(Object obj) |
Attribute |
getArgAttribute(int i) |
int |
getArgCount() |
int |
getArgOfs(int i) |
int |
hashCode() |
String |
toRawString() |
String |
toString() |
public final int production
public final int resultOfs
public Alternative(Alternative orig)
public Alternative(int production,
int resultOfs)
public void add(int ofs,
Attribute copy)
public int compare(Alternative ab)
public int getArgCount()
public Attribute getArgAttribute(int i)
public int getArgOfs(int i)
public void addArgAttrs(List<Attribute> next)
public boolean contains(int ofs,
Attribute attr)
public String toRawString()
Copyright © 1998–2017 1&1. All rights reserved.