Uses of Class
de.upb.hni.vmagic.expression.ExpressionKind

Packages that use ExpressionKind
de.upb.hni.vmagic.expression Contains VHDL expression meta classes. 
 

Uses of ExpressionKind in de.upb.hni.vmagic.expression
 

Methods in de.upb.hni.vmagic.expression that return ExpressionKind
 ExpressionKind BinaryExpression.getExpressionKind()
          Returns the expression kind
 ExpressionKind UnaryExpression.getExpressionKind()
          Returns the kind of this expression.
static ExpressionKind ExpressionKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExpressionKind[] ExpressionKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.