Uses of Class
xtc.util.Nonce

Packages that use Nonce
xtc.type   
xtc.util   
 

Uses of Nonce in xtc.type
 

Fields in xtc.type declared as Nonce
protected  Nonce StructOrUnionT.nonce
          The nonce.
 

Methods in xtc.type that return Nonce
 Nonce Tagged.getNonce()
          Get this tagged type's nonce.
 Nonce StructOrUnionT.getNonce()
           
 Nonce EnumT.getNonce()
           
 

Constructors in xtc.type with parameters of type Nonce
EnumT(Type template, Type type, Nonce nonce, java.lang.String name, java.util.List<EnumeratorT> enumerators)
          Create a new enum type.
StructOrUnionT(Type template, Nonce nonce, java.lang.String name, java.util.List<VariableT> members)
          Create a new struct or union type.
StructT(Type template, Nonce nonce, java.lang.String tag, java.util.List<VariableT> members)
          Create a new struct type.
UnionT(Type template, Nonce nonce, java.lang.String tag, java.util.List<VariableT> members)
          Create a new union type.
 

Uses of Nonce in xtc.util
 

Methods in xtc.util that return Nonce
static Nonce Nonce.create()
          Create a new nonce.
 



Copyright © 2012. All Rights Reserved.