Java org.eclipse.jdt.internal.compiler.flow FlowInfo fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.internal.compiler.flow FlowInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.internal.compiler.flow FlowInfo.

The text is from its open source code.

Field

Method

FlowInfoconditional(FlowInfo initsWhenTrue, FlowInfo initsWhenFalse)
FlowInfocopy()
Return a deep copy of the current instance.
FlowInfoinitsWhenTrue()
Return the flow info that would result from the path associated to the value true for the condition expression that generated this flow info.
booleanisDefinitelyAssigned(FieldBinding field)
Check status of definite assignment for a field.
booleanisDefinitelyAssigned(LocalVariableBinding local)
Check status of definite assignment for a local.
booleanisPotentiallyAssigned(FieldBinding field)
Check status of potential assignment for a field.
booleanisPotentiallyAssigned(LocalVariableBinding field)
Check status of potential assignment for a local variable.
voidmarkAsComparedEqualToNonNull(LocalVariableBinding local)
Record that a local variable got checked to be non null.
voidmarkAsComparedEqualToNull(LocalVariableBinding local)
Record that a local variable got checked to be null.
voidmarkAsDefinitelyAssigned(FieldBinding field)
Record a field got definitely assigned.
voidmarkAsDefinitelyAssigned(LocalVariableBinding local)
Record a local got definitely assigned.