Class TypeReferenceDotClassExpression
java.lang.Object
org.jd.core.v1.model.javasyntax.expression.TypeReferenceDotClassExpression
- All Implemented Interfaces:
Iterable<Expression>, BaseExpression, Expression, Base<Expression>
-
Field Summary
FieldsFields inherited from interface Expression
UNKNOWN_LINE_NUMBER -
Constructor Summary
ConstructorsConstructorDescriptionTypeReferenceDotClassExpression(int lineNumber, Type typeDotClass) TypeReferenceDotClassExpression(Type typeDotClass) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ExpressionVisitor visitor) intintgetType()toString()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
lineNumber
protected int lineNumber -
typeDotClass
-
type
-
-
Constructor Details
-
TypeReferenceDotClassExpression
-
TypeReferenceDotClassExpression
-
-
Method Details
-
getLineNumber
public int getLineNumber()- Specified by:
getLineNumberin interfaceExpression
-
getTypeDotClass
-
getType
- Specified by:
getTypein interfaceExpression
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceExpression
-
accept
- Specified by:
acceptin interfaceBaseExpression
-
toString
-