scale.common
Class PragmaStk.Pragma

java.lang.Object
  extended by scale.common.PragmaStk.Pragma
Enclosing class:
PragmaStk

public static final class PragmaStk.Pragma
extends java.lang.Object


Field Summary
protected  int flags
           
 
Method Summary
 PragmaStk.Pragma copy()
           
 int getValue(int index)
          Return the specified value.
 boolean isSet(int flag)
          Return true if the specified flag is set.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

flags

protected int flags
Method Detail

copy

public PragmaStk.Pragma copy()

getValue

public int getValue(int index)
Return the specified value.

See Also:
PragmaStk.UNROLL

isSet

public boolean isSet(int flag)
Return true if the specified flag is set.

See Also:
PragmaStk.CX_LIMITED_RANGE

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object