Package org.sonarsource.slang.impl
Class StringLiteralTreeImpl
java.lang.Object
org.sonarsource.slang.impl.BaseTreeImpl
org.sonarsource.slang.impl.LiteralTreeImpl
org.sonarsource.slang.impl.StringLiteralTreeImpl
- All Implemented Interfaces:
HasTextRange,LiteralTree,StringLiteralTree,Tree
-
Constructor Summary
ConstructorsConstructorDescriptionStringLiteralTreeImpl(TreeMetaData metaData, String value) StringLiteralTreeImpl(TreeMetaData metaData, String value, String content) -
Method Summary
Methods inherited from class org.sonarsource.slang.impl.LiteralTreeImpl
children, valueMethods inherited from class org.sonarsource.slang.impl.BaseTreeImpl
metaDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonarsource.slang.api.LiteralTree
valueMethods inherited from interface org.sonarsource.slang.api.Tree
children, descendants, metaData, textRange
-
Constructor Details
-
StringLiteralTreeImpl
-
StringLiteralTreeImpl
-
-
Method Details
-
content
- Specified by:
contentin interfaceStringLiteralTree
-