com.eu.miscedautils.vhdlparser
Enum FVhPBase.ObjType

java.lang.Object
  extended by java.lang.Enum<FVhPBase.ObjType>
      extended by com.eu.miscedautils.vhdlparser.FVhPBase.ObjType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<FVhPBase.ObjType>
Enclosing class:
FVhPBase

public static enum FVhPBase.ObjType
extends java.lang.Enum<FVhPBase.ObjType>


Enum Constant Summary
AGGREGATE
           
ALIASDECL
           
ALL
           
ARCHITECTURE
           
ATTRIBUTEDECL
           
BINDINGINDICATION
           
BITSELECT
           
BLOCK
           
BLOCKCONFIGURATION
           
CASEITEM
           
CASESTMT
           
COMPONENTCONFIGURATION
           
COMPONENTDECL
           
COMPONENTSPECIFICATION
           
CONDITIONALSIGASSIGNMENT
           
CONFIGURATIONDECLARATION
           
CONFIGURATIONSPECIFICATION
           
CONSTANT
           
CONSTRAINT
           
DECIMALLITERAL
           
ELEMENTASSOC
           
ELSESTMT
           
ELSIFSTMT
           
ENTITY
           
ENUMLITERAL
           
EXPRESSION
           
FILEDECL
           
FORINDEX
           
GENERATE
           
GENERIC
           
GENERICMAP
           
IDENTIFIER
           
IFSTMT
           
INSTANTIATION
           
INTERFACE_ELEMENT
           
LIBRARY
           
LOOPPARAM
           
LOOPSTMT
           
NULLSTATEMENT
           
PACKAGE
           
PACKAGEBODY
           
PARTSELECT
           
PHYSTYPEBASEUNIT
           
PHYSTYPESECUNIT
           
PORT
           
PORTMAP
           
PROCESS
           
RANGE
           
RECORD_ELEMENT
           
RETURNSTATEMENT
           
ROOT
           
SELECTEDNAME
           
SELECTEDSIGASSIGNMENT
           
SEQ_STATEMENT
           
SIGNAL
           
SIGNATURE
           
SIMPLENAME
           
SIMPLESIGASSIGNMENT
           
SUBPROGRAM_BODY
           
SUBPROGRAM_DECL
           
SUBPROGRAMCALL
           
SUBTYPEDECL
           
SUBTYPEIND
           
TARGET
           
TYPEDECL
           
TYPEDEFINITION
           
UNKNOWN
           
VARIABLE
           
VARIABLEASSIGNMENT
           
WAITSTMT
           
WAVEFORM
           
WAVEFORM_ELEMENT
           
WAVEFORM_WIRH_CHOICES
           
 
Method Summary
static FVhPBase.ObjType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FVhPBase.ObjType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

IDENTIFIER

public static final FVhPBase.ObjType IDENTIFIER

GENERATE

public static final FVhPBase.ObjType GENERATE

FILEDECL

public static final FVhPBase.ObjType FILEDECL

BLOCK

public static final FVhPBase.ObjType BLOCK

BINDINGINDICATION

public static final FVhPBase.ObjType BINDINGINDICATION

COMPONENTCONFIGURATION

public static final FVhPBase.ObjType COMPONENTCONFIGURATION

BLOCKCONFIGURATION

public static final FVhPBase.ObjType BLOCKCONFIGURATION

COMPONENTSPECIFICATION

public static final FVhPBase.ObjType COMPONENTSPECIFICATION

CONFIGURATIONSPECIFICATION

public static final FVhPBase.ObjType CONFIGURATIONSPECIFICATION

CONFIGURATIONDECLARATION

public static final FVhPBase.ObjType CONFIGURATIONDECLARATION

COMPONENTDECL

public static final FVhPBase.ObjType COMPONENTDECL

PORTMAP

public static final FVhPBase.ObjType PORTMAP

GENERICMAP

public static final FVhPBase.ObjType GENERICMAP

INSTANTIATION

public static final FVhPBase.ObjType INSTANTIATION

ALL

public static final FVhPBase.ObjType ALL

LIBRARY

public static final FVhPBase.ObjType LIBRARY

SIGNATURE

public static final FVhPBase.ObjType SIGNATURE

SELECTEDNAME

public static final FVhPBase.ObjType SELECTEDNAME

SIMPLENAME

public static final FVhPBase.ObjType SIMPLENAME

FORINDEX

public static final FVhPBase.ObjType FORINDEX

ENUMLITERAL

public static final FVhPBase.ObjType ENUMLITERAL

INTERFACE_ELEMENT

public static final FVhPBase.ObjType INTERFACE_ELEMENT

WAVEFORM_ELEMENT

public static final FVhPBase.ObjType WAVEFORM_ELEMENT

WAVEFORM

public static final FVhPBase.ObjType WAVEFORM

WAVEFORM_WIRH_CHOICES

public static final FVhPBase.ObjType WAVEFORM_WIRH_CHOICES

LOOPPARAM

public static final FVhPBase.ObjType LOOPPARAM

NULLSTATEMENT

public static final FVhPBase.ObjType NULLSTATEMENT

WAITSTMT

public static final FVhPBase.ObjType WAITSTMT

LOOPSTMT

public static final FVhPBase.ObjType LOOPSTMT

IFSTMT

public static final FVhPBase.ObjType IFSTMT

ELSIFSTMT

public static final FVhPBase.ObjType ELSIFSTMT

ELSESTMT

public static final FVhPBase.ObjType ELSESTMT

CASESTMT

public static final FVhPBase.ObjType CASESTMT

CASEITEM

public static final FVhPBase.ObjType CASEITEM

ENTITY

public static final FVhPBase.ObjType ENTITY

PACKAGE

public static final FVhPBase.ObjType PACKAGE

PACKAGEBODY

public static final FVhPBase.ObjType PACKAGEBODY

BITSELECT

public static final FVhPBase.ObjType BITSELECT

PARTSELECT

public static final FVhPBase.ObjType PARTSELECT

PROCESS

public static final FVhPBase.ObjType PROCESS

ARCHITECTURE

public static final FVhPBase.ObjType ARCHITECTURE

PORT

public static final FVhPBase.ObjType PORT

ROOT

public static final FVhPBase.ObjType ROOT

SIGNAL

public static final FVhPBase.ObjType SIGNAL

VARIABLE

public static final FVhPBase.ObjType VARIABLE

CONSTANT

public static final FVhPBase.ObjType CONSTANT

RANGE

public static final FVhPBase.ObjType RANGE

EXPRESSION

public static final FVhPBase.ObjType EXPRESSION

GENERIC

public static final FVhPBase.ObjType GENERIC

SUBTYPEIND

public static final FVhPBase.ObjType SUBTYPEIND

CONSTRAINT

public static final FVhPBase.ObjType CONSTRAINT

ELEMENTASSOC

public static final FVhPBase.ObjType ELEMENTASSOC

SIMPLESIGASSIGNMENT

public static final FVhPBase.ObjType SIMPLESIGASSIGNMENT

SELECTEDSIGASSIGNMENT

public static final FVhPBase.ObjType SELECTEDSIGASSIGNMENT

CONDITIONALSIGASSIGNMENT

public static final FVhPBase.ObjType CONDITIONALSIGASSIGNMENT

VARIABLEASSIGNMENT

public static final FVhPBase.ObjType VARIABLEASSIGNMENT

RETURNSTATEMENT

public static final FVhPBase.ObjType RETURNSTATEMENT

TARGET

public static final FVhPBase.ObjType TARGET

AGGREGATE

public static final FVhPBase.ObjType AGGREGATE

TYPEDECL

public static final FVhPBase.ObjType TYPEDECL

TYPEDEFINITION

public static final FVhPBase.ObjType TYPEDEFINITION

ALIASDECL

public static final FVhPBase.ObjType ALIASDECL

ATTRIBUTEDECL

public static final FVhPBase.ObjType ATTRIBUTEDECL

PHYSTYPEBASEUNIT

public static final FVhPBase.ObjType PHYSTYPEBASEUNIT

PHYSTYPESECUNIT

public static final FVhPBase.ObjType PHYSTYPESECUNIT

SUBTYPEDECL

public static final FVhPBase.ObjType SUBTYPEDECL

SEQ_STATEMENT

public static final FVhPBase.ObjType SEQ_STATEMENT

RECORD_ELEMENT

public static final FVhPBase.ObjType RECORD_ELEMENT

SUBPROGRAM_DECL

public static final FVhPBase.ObjType SUBPROGRAM_DECL

SUBPROGRAM_BODY

public static final FVhPBase.ObjType SUBPROGRAM_BODY

SUBPROGRAMCALL

public static final FVhPBase.ObjType SUBPROGRAMCALL

DECIMALLITERAL

public static final FVhPBase.ObjType DECIMALLITERAL

UNKNOWN

public static final FVhPBase.ObjType UNKNOWN
Method Detail

values

public static FVhPBase.ObjType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (FVhPBase.ObjType c : FVhPBase.ObjType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static FVhPBase.ObjType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null