Module jdk.compiler

Interface TypeCastTree

  • All Superinterfaces:
    ExpressionTree, Tree

    public interface TypeCastTree
    extends ExpressionTree
    A tree node for a type cast expression. For example:
       ( type ) expression
     
    Since:
    1.6
    See The Java™ Language Specification:
    section 15.16
    • Method Detail

      • getType

        Tree getType()
        Returns the target type of the cast.
        Returns:
        the cast
      • getExpression

        ExpressionTree getExpression()
        Returns the expression being cast.
        Returns:
        the expression

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部