lmf.formula.csp.semantic.declaration
Class CspNametypeDeclaration

java.lang.Object
  extended by lmf.formula.csp.semantic.declaration.CspDeclaration
      extended by lmf.formula.csp.semantic.declaration.CspTypeDeclaration
          extended by lmf.formula.csp.semantic.declaration.CspNametypeDeclaration

public final class CspNametypeDeclaration
extends CspTypeDeclaration

CspNametypeDeclaration.

Author:
Joabe Jesus (jbjj@cin.ufpe.br)

Constructor Summary
CspNametypeDeclaration(java.lang.String name, CspType type)
           
 
Method Summary
 
Methods inherited from class lmf.formula.csp.semantic.declaration.CspDeclaration
getCspType, getName, getNode, getScopeLevel, setCspType, setName, setNode, setScopeLevel, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CspNametypeDeclaration

public CspNametypeDeclaration(java.lang.String name,
                              CspType type)