core / org.pinelang.ast / PropertyVisitor
PropertyVisitor¶
@ExperimentalUnsignedTypes class PropertyVisitor :PineScriptVisitor<Int>
Constructors¶
| Name | Summary |
|---|---|
| <init> | PropertyVisitor(compiler:PineCompiler, ownerType:Int, ownerId:Int, debug:Boolean) |
Properties¶
| Name | Summary |
|---|---|
| expressionVisitor | val expressionVisitor:ExpressionVisitor |
| ownerId | var ownerId:Int |
| ownerType | var ownerType:Int |
Functions¶
| Name | Summary |
|---|---|
| reset | fun reset(ownerType:Int, ownerId:Int):PropertyVisitor |
| visitPropertyDefinition | fun visitPropertyDefinition(ctx: PropertyDefinitionContext?):Int |