Class TypeReferenceDotClassExpression

java.lang.Object
org.jd.core.v1.model.javasyntax.expression.TypeReferenceDotClassExpression
All Implemented Interfaces:
Iterable<Expression>, BaseExpression, Expression, Base<Expression>

public class TypeReferenceDotClassExpression extends Object implements Expression
  • Field Details

    • lineNumber

      protected int lineNumber
    • typeDotClass

      protected Type typeDotClass
    • type

      protected Type type
  • Constructor Details

    • TypeReferenceDotClassExpression

      public TypeReferenceDotClassExpression(Type typeDotClass)
    • TypeReferenceDotClassExpression

      public TypeReferenceDotClassExpression(int lineNumber, Type typeDotClass)
  • Method Details