Class FunctionScope
- java.lang.Object
-
- de.fraunhofer.aisec.cpg.passes.scopes.Scope
-
- de.fraunhofer.aisec.cpg.passes.scopes.DeclarationScope
-
- de.fraunhofer.aisec.cpg.passes.scopes.FunctionScope
-
public class FunctionScope extends DeclarationScope
-
-
Field Summary
-
Fields inherited from class de.fraunhofer.aisec.cpg.passes.scopes.Scope
astNode, children, labelStatements, parent
-
-
Constructor Summary
Constructors Constructor Description FunctionScope(FunctionDeclaration astNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull java.util.Map<Type,java.util.List<Node>>getCatchesOrRelays()voidsetCatchesOrRelays(@NonNull java.util.Map<Type,java.util.List<Node>> catchesOrRelays)-
Methods inherited from class de.fraunhofer.aisec.cpg.passes.scopes.DeclarationScope
addValueDeclaration, getValueDeclarations, setValueDeclarations
-
Methods inherited from class de.fraunhofer.aisec.cpg.passes.scopes.Scope
addLabelStatement, getAstNode, getChildren, getLabelStatements, getParent, setAstNode, setChildren, setLabelStatements, setParent
-
-
-
-
Constructor Detail
-
FunctionScope
public FunctionScope(FunctionDeclaration astNode)
-
-