Class WrapState
java.lang.Object
de.fraunhofer.aisec.cpg.graph.types.WrapState
public class WrapState
extends java.lang.Object
Stores State for rewrap when typeinformation has been unwrapped
-
Constructor Summary
Constructors Constructor Description WrapState() -
Method Summary
Modifier and Type Method Description intgetDepth()PointerType.PointerOrigingetPointerOrigin()ReferenceTypegetReferenceType()booleanisReference()voidsetDepth(int depth)voidsetPointerOrigin(PointerType.PointerOrigin pointerOrigin)voidsetReference(boolean reference)voidsetReferenceType(ReferenceType referenceType)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WrapState
public WrapState()
-
-
Method Details
-
getDepth
public int getDepth() -
setDepth
public void setDepth(int depth) -
isReference
public boolean isReference() -
setReference
public void setReference(boolean reference) -
getPointerOrigin
-
setPointerOrigin
-
getReferenceType
-
setReferenceType
-