Class Completion
java.lang.Object
com.oracle.truffle.js.runtime.objects.Completion
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Completioncreate(Completion.Type type, Object value) static Completionstatic Completionstatic CompletiongetType()getValue()booleanisAbrupt()booleanisNormal()booleanisReturn()booleanisThrow()toString()
-
Method Details
-
getValue
-
getType
-
isNormal
public boolean isNormal() -
isAbrupt
public boolean isAbrupt() -
isReturn
public boolean isReturn() -
isThrow
public boolean isThrow() -
forNormal
-
forReturn
-
forThrow
-
create
-
toString
-