public class ProgramSVEntry
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ProgramSVEntry(SchemaVariable key,
JavaProgramElement value)
creates a new entry encapsulating the SchemaVariable key and its
JavaProgramElement instantiation value
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
returns true iff the keys and the mapped values are equal
|
int |
hashCode() |
SchemaVariable |
key()
returns the SchemaVariable to be instantiated
|
java.lang.String |
toString()
toString
|
JavaProgramElement |
value()
returns the instantiation of the SchemaVariable
|
public ProgramSVEntry(SchemaVariable key, JavaProgramElement value)
key
- the SchemaVariable that is instantiatedvalue
- the JavaProgramElementpublic SchemaVariable key()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public JavaProgramElement value()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2003-2019 The KeY-Project.