AstCreator
Attributes
- Graph
-
- Supertypes
-
trait AstGenNodeBuilder[AstCreator]trait DependencySrcProcessortrait InitialMainSrcProcessortrait AstForLambdaCreatortrait CommonCacheBuildertrait AstForTypeDeclCreatortrait AstForStatementsCreatortrait AstForPrimitivesCreatortrait AstForFunctionsCreatortrait AstForExpressionCreatortrait AstCreatorHelperclass AstCreatorBaseclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
AstCreatorBase
Inherited methods
Absolute path for the given file name
Absolute path for the given file name
Attributes
- Inherited from:
- AstCreatorBase
Attributes
- Inherited from:
- AstCreatorHelper
Creates an AST that represents an annotation assignment with a name for the assigned value, its overall code, and the respective assignment AST.
Creates an AST that represents an annotation assignment with a name for the assigned value, its overall code, and the respective assignment AST.
Attributes
- Inherited from:
- AstCreatorBase
Creates an AST that represents an annotation, including its content (annotation parameter assignments).
Creates an AST that represents an annotation, including its content (annotation parameter assignments).
Attributes
- Inherited from:
- AstCreatorBase
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- AstForGenDeclarationCreator
Attributes
- Inherited from:
- AstForStatementsCreator
Attributes
- Inherited from:
- AstForPrimitivesCreator
Attributes
- Inherited from:
- AstForMethodCallExpressionCreator
Attributes
- Inherited from:
- AstForMethodCallExpressionCreator
Attributes
- Inherited from:
- AstForTypeDeclCreator
Attributes
- Inherited from:
- AstForFunctionsCreator
Attributes
- Inherited from:
- AstForLambdaCreator
Attributes
- Inherited from:
- AstForGenDeclarationCreator
Attributes
- Inherited from:
- AstForFunctionsCreator
Attributes
- Inherited from:
- AstForFunctionsCreator
Attributes
- Inherited from:
- AstForPrimitivesCreator
Attributes
- Inherited from:
- AstForPrimitivesCreator
Attributes
- Inherited from:
- AstForTypeDeclCreator
Attributes
- Inherited from:
- AstForTypeDeclCreator
Attributes
- Inherited from:
- AstForGenDeclarationCreator
Attributes
- Inherited from:
- AstForExpressionCreator
Attributes
- Inherited from:
- AstForStatementsCreator
Attributes
- Inherited from:
- AstForStatementsCreator
For a given block node and statement ASTs, create an AST that represents the block. The main purpose of this method is to increase the readability of the code which creates block asts.
For a given block node and statement ASTs, create an AST that represents the block. The main purpose of this method is to increase the readability of the code which creates block asts.
Attributes
- Inherited from:
- AstCreatorBase
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- DependencySrcProcessor
Attributes
- Inherited from:
- InitialMainSrcProcessor
Create an abstract syntax tree for a call, including CPG-specific edges required for arguments and the receiver.
Create an abstract syntax tree for a call, including CPG-specific edges required for arguments and the receiver.
Our call representation is inspired by ECMAScript, that is, in addition to arguments, a call has a base and a receiver. For languages other than Javascript, leave receiver
empty for now.
Value parameters
- arguments
-
arguments (without the base argument (instance))
- base
-
the value to use as
this
in the method call. - callNode
-
the node that represents the entire call
- receiver
-
the object in which the property lookup is performed
Attributes
- Inherited from:
- AstCreatorBase
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Definition Classes
-
AstGenNodeBuilder -> AstNodeBuilder
- Inherited from:
- AstGenNodeBuilder
Attributes
- Inherited from:
- AstCreatorHelper
Attributes
- Definition Classes
-
AstGenNodeBuilder -> AstNodeBuilder
- Inherited from:
- AstGenNodeBuilder
Attributes
- Inherited from:
- AstCreatorHelper
Attributes
- Definition Classes
-
AstGenNodeBuilder -> AstNodeBuilder
- Inherited from:
- AstGenNodeBuilder
Attributes
- Inherited from:
- AstCreatorHelper
For a given node, condition AST and children ASTs, create an AST that represents the control structure. The main purpose of this method is to automatically assign the correct condition edges.
For a given node, condition AST and children ASTs, create an AST that represents the control structure. The main purpose of this method is to automatically assign the correct condition edges.
Attributes
- Inherited from:
- AstCreatorBase
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- AstCreatorHelper
Attributes
- Inherited from:
- AstCreatorBase
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- AstCreatorHelper
Attributes
- Inherited from:
- AstCreatorBase
Attributes
- Inherited from:
- AstCreatorBase
Attributes
- Inherited from:
- AstForLambdaCreator
Attributes
- Inherited from:
- AstCreatorHelper
Attributes
- Inherited from:
- AstForFunctionsCreator
Attributes
- Inherited from:
- AstForFunctionsCreator
Attributes
- Inherited from:
- AstCreatorHelper
Attributes
- Inherited from:
- AstForPrimitivesCreator
Create a global namespace block for the given filename
Create a global namespace block for the given filename
Attributes
- Inherited from:
- AstCreatorBase
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- CommonCacheBuilder
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Definition Classes
-
AstGenNodeBuilder -> AstNodeBuilder
- Inherited from:
- AstGenNodeBuilder
Attributes
- Inherited from:
- AstCreatorHelper
Attributes
- Definition Classes
-
AstGenNodeBuilder -> AstNodeBuilder
- Inherited from:
- AstGenNodeBuilder
Attributes
- Inherited from:
- AstCreatorHelper
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- AstNodeBuilder
Creates an AST that represents an entire method, including its content.
Creates an AST that represents an entire method, including its content.
Attributes
- Inherited from:
- AstCreatorBase
Creates an AST that represents an entire method, including its content and with support for both method and parameter annotations.
Creates an AST that represents an entire method, including its content and with support for both method and parameter annotations.
Attributes
- Inherited from:
- AstCreatorBase
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- AstNodeBuilder
Creates an AST that represents a method stub, containing information about the method, its parameters, and the return type.
Creates an AST that represents a method stub, containing information about the method, its parameters, and the return type.
Attributes
- Inherited from:
- AstCreatorBase
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Returns
-
the next available name for a closure in this context
- Inherited from:
- AstCreatorBase
Attributes
- Inherited from:
- AstCreatorHelper
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- AstForFunctionsCreator
Attributes
- Inherited from:
- AstCreatorHelper
Attributes
- Inherited from:
- AstCreatorHelper
Attributes
- Inherited from:
- CommonCacheBuilder
Attributes
- Inherited from:
- CommonCacheBuilder
Attributes
- Inherited from:
- AstForTypeDeclCreator
Attributes
- Inherited from:
- CommonCacheBuilder
Attributes
- Inherited from:
- CommonCacheBuilder
Attributes
- Inherited from:
- AstCreatorHelper
Attributes
- Inherited from:
- AstForFunctionsCreator
Attributes
- Inherited from:
- CommonCacheBuilder
Attributes
- Inherited from:
- AstCreatorHelper
For a given return node and arguments, create an AST that represents the return instruction. The main purpose of this method is to automatically assign the correct argument indices.
For a given return node and arguments, create an AST that represents the return instruction. The main purpose of this method is to automatically assign the correct argument indices.
Attributes
- Inherited from:
- AstCreatorBase
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- AstCreatorBase
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- AstCreatorBase
For the given try body, catch ASTs, and finally AST, create a try-catch-finally AST.
For the given try body, catch ASTs, and finally AST, create a try-catch-finally AST.
Attributes
- Inherited from:
- AstCreatorBase
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- AstNodeBuilder
Attributes
- Inherited from:
- AstCreatorBase
Attributes
- Inherited from:
- AstCreatorBase
Attributes
- Inherited from:
- AstCreatorBase
Attributes
- Inherited from:
- AstCreatorBase
Attributes
- Inherited from:
- AstCreatorBase
Attributes
- Inherited from:
- AstCreatorBase
Deprecated and Inherited methods
For the given try body, catch ASTs and finally AST, create a try-catch-finally AST with orders set correctly for the ossdataflow engine.
For the given try body, catch ASTs and finally AST, create a try-catch-finally AST with orders set correctly for the ossdataflow engine.
Attributes
- Deprecated
- true
- Inherited from:
- AstCreatorBase
Concrete fields
Inherited fields
Attributes
- Inherited from:
- AstCreatorBase