com.eu.miscedautils.vhdlparser
Class FVhPUtils

java.lang.Object
  extended by com.eu.miscedautils.vhdlparser.FVhPUtils

public class FVhPUtils
extends java.lang.Object


Constructor Summary
FVhPUtils()
           
 
Method Summary
static FVhPRange flattenedRangeForArray(FVhPBase obj)
           
static java.lang.String getTypeNameString(FVhPBase obj)
           
static boolean isKnownScalarSubTypeIndication(FVhPBase sind)
           
static FVhPSubTypeIndication retrieveArrayElementSubTypeIndication(FVhPBase utype)
           
static FVhPSubTypeIndication retrieveSubTypeIndication(FVhPBase utype)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FVhPUtils

public FVhPUtils()
Method Detail

getTypeNameString

public static java.lang.String getTypeNameString(FVhPBase obj)

isKnownScalarSubTypeIndication

public static boolean isKnownScalarSubTypeIndication(FVhPBase sind)

retrieveSubTypeIndication

public static FVhPSubTypeIndication retrieveSubTypeIndication(FVhPBase utype)

retrieveArrayElementSubTypeIndication

public static FVhPSubTypeIndication retrieveArrayElementSubTypeIndication(FVhPBase utype)

flattenedRangeForArray

public static FVhPRange flattenedRangeForArray(FVhPBase obj)