Class LineMagicImpl

java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.LineMagicImpl
All Implemented Interfaces:
Expression, LineMagic, Tree

public class LineMagicImpl extends PyTree implements LineMagic
  • Constructor Details

    • LineMagicImpl

      public LineMagicImpl(Token percent, List<Token> tokens)
  • Method Details