Package de.fraunhofer.aisec.cpg.graph
Class ExplicitConstructorInvocation
- java.lang.Object
-
- de.fraunhofer.aisec.cpg.graph.Node
-
- de.fraunhofer.aisec.cpg.graph.Statement
-
- de.fraunhofer.aisec.cpg.graph.Expression
-
- de.fraunhofer.aisec.cpg.graph.CallExpression
-
- de.fraunhofer.aisec.cpg.graph.ExplicitConstructorInvocation
-
- All Implemented Interfaces:
HasType,HasType.TypeListener
public class ExplicitConstructorInvocation extends CallExpression
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.fraunhofer.aisec.cpg.graph.HasType
HasType.TypeListener
-
-
Field Summary
-
Fields inherited from class de.fraunhofer.aisec.cpg.graph.CallExpression
invokes
-
Fields inherited from class de.fraunhofer.aisec.cpg.graph.Expression
type
-
-
Constructor Summary
Constructors Constructor Description ExplicitConstructorInvocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetContainingClass()inthashCode()voidsetContainingClass(java.lang.String containingClass)java.lang.StringtoString()-
Methods inherited from class de.fraunhofer.aisec.cpg.graph.CallExpression
getArguments, getBase, getFqn, getInvokes, getSignature, possibleSubTypesChanged, setArguments, setBase, setFqn, setInvokes, typeChanged
-
Methods inherited from class de.fraunhofer.aisec.cpg.graph.Expression
getPossibleSubTypes, getType, getTypeListeners, refreshType, registerTypeListener, resetTypes, setPossibleSubTypes, setType, unregisterTypeListener
-
Methods inherited from class de.fraunhofer.aisec.cpg.graph.Node
addNextDFG, addPrevDFG, disconnectFromGraph, getArgumentIndex, getCode, getFile, getId, getName, getNextCFG, getNextDFG, getNextEOG, getPrevDFG, getPrevEOG, getRegion, isDummy, isImplicit, removeNextDFG, removePrevDFG, setArgumentIndex, setCode, setComment, setDummy, setFile, setImplicit, setName, setNextDFG, setNextEOG, setPrevDFG, setPrevEOG, setRegion
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.fraunhofer.aisec.cpg.graph.HasType
setPossibleSubTypes, setType
-
-
-
-
Method Detail
-
getContainingClass
public java.lang.String getContainingClass()
-
setContainingClass
public void setContainingClass(java.lang.String containingClass)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classCallExpression
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classCallExpression
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCallExpression
-
-