Class CommentExpression
java.lang.Object
org.jd.core.v1.model.javasyntax.expression.CommentExpression
- All Implemented Interfaces:
Iterable<Expression>,BaseExpression,Expression,Base<Expression>
-
Field Summary
FieldsFields inherited from interface org.jd.core.v1.model.javasyntax.expression.Expression
UNKNOWN_LINE_NUMBER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ExpressionVisitor visitor) intintgetText()getType()toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jd.core.v1.util.Base
getFirst, getLast, getList, isList, iterator, sizeMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
text
-
-
Constructor Details
-
CommentExpression
-
-
Method Details
-
getLineNumber
public int getLineNumber()- Specified by:
getLineNumberin interfaceExpression
-
getType
- Specified by:
getTypein interfaceExpression
-
getText
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceExpression
-
accept
- Specified by:
acceptin interfaceBaseExpression
-
toString
-