Class BaseTreeImpl

java.lang.Object
org.sonarsource.slang.impl.BaseTreeImpl
All Implemented Interfaces:
HasTextRange, Tree
Direct Known Subclasses:
AssignmentExpressionTreeImpl, BinaryExpressionTreeImpl, BlockTreeImpl, CatchTreeImpl, ClassDeclarationTreeImpl, ExceptionHandlingTreeImpl, FunctionDeclarationTreeImpl, FunctionInvocationTreeImpl, IdentifierTreeImpl, IfTreeImpl, ImportDeclarationTreeImpl, JumpTreeImpl, LiteralTreeImpl, LoopTreeImpl, MatchCaseTreeImpl, MatchTreeImpl, MemberSelectTreeImpl, ModifierTreeImpl, NativeTreeImpl, PackageDeclarationTreeImpl, ParameterTreeImpl, ParenthesizedExpressionTreeImpl, ReturnTreeImpl, ThrowTreeImpl, TopLevelTreeImpl, UnaryExpressionTreeImpl, VariableDeclarationTreeImpl

public abstract class BaseTreeImpl extends Object implements Tree
  • Constructor Details

    • BaseTreeImpl

      protected BaseTreeImpl(TreeMetaData metaData)
  • Method Details