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 TypeMethodDescriptionvoid
accept
(ExpressionVisitor visitor) int
int
getText()
getType()
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jd.core.v1.util.Base
getFirst, getLast, getList, isList, iterator, size
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
text
-
-
Constructor Details
-
CommentExpression
-
-
Method Details
-
getLineNumber
public int getLineNumber()- Specified by:
getLineNumber
in interfaceExpression
-
getType
- Specified by:
getType
in interfaceExpression
-
getText
-
getPriority
public int getPriority()- Specified by:
getPriority
in interfaceExpression
-
accept
- Specified by:
accept
in interfaceBaseExpression
-
toString
-