lmf.formula.csp.semantic.declaration
Class CspVariableDeclaration

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

public final class CspVariableDeclaration
extends CspDeclaration

CspVariableDeclaration.

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

Constructor Summary
CspVariableDeclaration(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

CspVariableDeclaration

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