public class ValueRepositoryId extends Object
Constructor and Description |
---|
ValueRepositoryId() |
Modifier and Type | Method and Description |
---|---|
void |
addType(SymtabEntry entry)
Add a type to the list of types which have already been included.
|
void |
addValue(int value)
Add a value to the hashcode being computed.
|
String |
getHashcode()
Get the hashcode computed for the value type.
|
boolean |
isNewType(SymtabEntry entry)
Check to see if a specified type has already been processed.
|
public void addValue(int value)
value
- the value to be added to the value RepositoryID.public void addType(SymtabEntry entry)
entry
- the type to be added to the value RepositoryID.public boolean isNewType(SymtabEntry entry)
entry
- the type to be checkedpublic String getHashcode()
Copyright © 2017 JBoss by Red Hat. All rights reserved.