jsvmstruct
Class Example<PatternType,LabelType>

java.lang.Object
  extended by jsvmstruct.Example<PatternType,LabelType>

public class Example<PatternType,LabelType>
extends Object


Field Summary
 PatternType x
           
 LabelType y
           
 
Constructor Summary
Example()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public PatternType x

y

public LabelType y
Constructor Detail

Example

public Example()
Method Detail

toString

public String toString()
Overrides:
toString in class Object