public class AttributeOccurrence extends Object
| Modifier and Type | Field and Description |
|---|---|
Attribute |
attr |
int |
ofs
references the respective symbol in the production; -1 for left hand side
|
| Constructor and Description |
|---|
AttributeOccurrence(Attribute attr,
int ofs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
matches(AttributeOccurrence ao) |
boolean |
sameSymbolOccurrence(AttributeOccurrence ao) |
String |
toString() |
String |
toString(StringArrayList symbolTable) |
public final Attribute attr
public final int ofs
public AttributeOccurrence(Attribute attr, int ofs)
public String toString(StringArrayList symbolTable)
public boolean matches(AttributeOccurrence ao)
public boolean sameSymbolOccurrence(AttributeOccurrence ao)
Copyright © 1998–2017 1&1. All rights reserved.