public class Attribute extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
name
An arbitrary value the user might wish to search for.
|
int |
symbol |
Type |
type |
| Constructor and Description |
|---|
Attribute(Attribute orig) |
Attribute(int symbol,
String name)
Creates Attribute with Object type.
|
Attribute(int symbol,
String name,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
static Attribute |
find(List<Attribute> attrs,
int symbol,
String name) |
int |
hashCode() |
String |
toString() |
String |
toString(StringArrayList symbolTable) |
public final String name
public final int symbol
public final Type type
Copyright © 1998–2017 1&1. All rights reserved.