Class FunctionScope
- java.lang.Object
-
- de.fraunhofer.aisec.cpg.passes.scopes.Scope
-
- de.fraunhofer.aisec.cpg.passes.scopes.ValueDeclarationScope
-
- de.fraunhofer.aisec.cpg.passes.scopes.FunctionScope
-
public class FunctionScope extends ValueDeclarationScope
-
-
Field Summary
-
Fields inherited from class de.fraunhofer.aisec.cpg.passes.scopes.ValueDeclarationScope
log
-
Fields inherited from class de.fraunhofer.aisec.cpg.passes.scopes.Scope
astNode, children, labelStatements, parent, scopedName
-
-
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.ValueDeclarationScope
addDeclaration, addTypedef, getTypedefs, getValueDeclarations, setTypedefs, setValueDeclarations
-
Methods inherited from class de.fraunhofer.aisec.cpg.passes.scopes.Scope
addLabelStatement, getAstNode, getChildren, getLabelStatements, getParent, getScopedName, setAstNode, setChildren, setLabelStatements, setParent, setScopedName
-
-
-
-
Constructor Detail
-
FunctionScope
public FunctionScope(FunctionDeclaration astNode)
-
-