JavaConditional

abstract class JavaConditional(ctx: AnalysisContext, impl: Tree, conditionTree: ExpressionTree, thenTree: Tree, elseTree: Tree?) : JavaElement, IfExpression

Functions

Link copied to clipboard
open override fun getAnnotations(): List<Annotation>
Link copied to clipboard
fun getResolvedCall(): ResolvedCall?
abstract fun getResolvedCall(context: ResolutionContext): ResolvedCall?
Link copied to clipboard
abstract fun getVariableDescriptor(context: ResolutionContext): VariableDescriptor?
Link copied to clipboard
abstract fun impl(): Any
Link copied to clipboard
abstract fun lastBlockStatementOrThis(): Expression
Link copied to clipboard
abstract fun location(): CompilerMessageSourceLocation?
Link copied to clipboard
abstract fun parents(): List<Element>
Link copied to clipboard
fun type(): Type?
abstract fun type(context: ResolutionContext): Type?

Properties

Link copied to clipboard
open override val annotationEntries: List<AnnotationEntry>
Link copied to clipboard
open override val condition: Expression?
Link copied to clipboard
open override val elseExpression: Expression?
Link copied to clipboard
open override val modifierList: ModifierList? = null
Link copied to clipboard
abstract val psiOrParent: Element
Link copied to clipboard
abstract val text: String
Link copied to clipboard
open override val thenExpression: Expression?

Inheritors

Link copied to clipboard
Link copied to clipboard