com.eu.miscedautils.vhdlparser
Class FVhPSignature
java.lang.Object
com.eu.miscedautils.BaseHDLObject.BaseHDL
com.eu.miscedautils.vhdlparser.FVhPBase
com.eu.miscedautils.vhdlparser.FVhPSignature
- All Implemented Interfaces:
- java.io.Serializable
public class FVhPSignature
- extends FVhPBase
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FVhPSignature
public FVhPSignature(java.lang.Integer line)
getArgumentList
public java.util.LinkedList<java.lang.String> getArgumentList()
setArgumentList
public void setArgumentList(java.util.LinkedList<java.lang.String> argumentList)
addArgument
public void addArgument(java.lang.String arg)
getReturnTypeName
public java.lang.String getReturnTypeName()
setReturnTypeName
public void setReturnTypeName(java.lang.String returnTypeName)
print
public java.lang.String print()
- Specified by:
print
in class FVhPBase
elaborate
public boolean elaborate()
- Specified by:
elaborate
in class FVhPBase
printDecl
public java.lang.String printDecl()
- Specified by:
printDecl
in class FVhPBase
getFlattenedRange
public FVhPBase getFlattenedRange()
- Specified by:
getFlattenedRange
in class FVhPBase