com.jogamp.gluegen.cgram
Class Define

java.lang.Object
  extended by com.jogamp.gluegen.cgram.Define

public class Define
extends Object

Represents a #define of a literal to a value (a number represented in string form.)


Constructor Summary
Define(String name, String value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Define

public Define(String name,
              String value)
Method Detail

getName

public String getName()

getValue

public String getValue()