Package org.sonar.iac.terraform.parser
Class TreeFactory.PartialAttributeAccess
- java.lang.Object
-
- org.sonar.iac.terraform.parser.TreeFactory.PartialAttributeAccess
-
- All Implemented Interfaces:
TreeFactory.PartialAccess
- Enclosing class:
- TreeFactory
public static class TreeFactory.PartialAttributeAccess extends Object implements TreeFactory.PartialAccess
-
-
Constructor Summary
Constructors Constructor Description PartialAttributeAccess(SyntaxToken accessToken, SyntaxToken attribute)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeAccessTreecomplete(ExpressionTree object)
-
-
-
Constructor Detail
-
PartialAttributeAccess
public PartialAttributeAccess(SyntaxToken accessToken, SyntaxToken attribute)
-
-
Method Detail
-
complete
public AttributeAccessTree complete(ExpressionTree object)
- Specified by:
completein interfaceTreeFactory.PartialAccess
-
-