lmf.formula.csp.semantic.declaration
Class CspTagDeclaration

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

public final class CspTagDeclaration
extends CspDeclaration

CspTagDeclaration.

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

Constructor Summary
CspTagDeclaration(java.lang.String tagName, CspDataType datatype)
           
 
Method Summary
 CspDataType getDatatype()
           
 
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

CspTagDeclaration

public CspTagDeclaration(java.lang.String tagName,
                         CspDataType datatype)
Method Detail

getDatatype

public CspDataType getDatatype()