Uses of Enum Class
codeanalysis.binding.BoundNodeType
Packages that use BoundNodeType
-
Uses of BoundNodeType in codeanalysis.binding
Methods in codeanalysis.binding that return BoundNodeTypeModifier and TypeMethodDescriptionBoundAssignmentExpression.getType()Gets the type of the bound expression.BoundBinaryExpression.getType()Gets the type of the bound expression.BoundLiteralExpression.getType()Gets the type of the bound expression.abstract BoundNodeTypeBoundNode.getType()Gets the type of the bound node.BoundUnaryExpression.getType()Gets the type of the bound expression.BoundVariableExpression.getType()Gets the type of the bound expression.static BoundNodeTypeReturns the enum constant of this class with the specified name.static BoundNodeType[]BoundNodeType.values()Returns an array containing the constants of this enum class, in the order they are declared.