Class SymbolicInfos_std

java.lang.Object
  |
  +--SymbolicInfos_std

public class SymbolicInfos_std
extends java.lang.Object
implements SymbolicInfos


Constructor Summary
SymbolicInfos_std(java.lang.String Str, int addr)
          Creates a new SymbolicInfos named Str at address addr.
 
Method Summary
 int address()
          Returns the address of the Info.
 java.lang.String name()
          Returns the name of the Info.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolicInfos_std

public SymbolicInfos_std(java.lang.String Str,
                         int addr)
Creates a new SymbolicInfos named Str at address addr.
Method Detail

name

public java.lang.String name()
Description copied from interface: SymbolicInfos
Returns the name of the Info.
Specified by:
name in interface SymbolicInfos

address

public int address()
Description copied from interface: SymbolicInfos
Returns the address of the Info.
Specified by:
address in interface SymbolicInfos