Package org.sonarsource.slang.impl
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