Packages

class NamespaceStatement extends BlockStarter

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NamespaceStatement
  2. BlockStarter
  3. Statement
  4. AstNode
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NamespaceStatement()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def accept(visitor: ASTNodeVisitor): Unit
    Definition Classes
    NamespaceStatementBlockStarterStatementAstNode
    Annotations
    @Override()
  5. def addChild(node: AstNode): Unit
    Definition Classes
    AstNode
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def getChild(i: Int): AstNode
    Definition Classes
    AstNode
  11. def getChildCount(): Int
    Definition Classes
    AstNode
  12. def getChildIterator(): Iterator[AstNode]
    Definition Classes
    AstNode
  13. def getChildNumber(): Int
    Definition Classes
    AstNode
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getCodeStr(): String
    Attributes
    protected[ast]
    Definition Classes
    AstNode
  16. def getCondition(): Expression
    Definition Classes
    BlockStarter
  17. def getContent(): CompoundStatement
  18. def getEscapedCodeStr(): String
    Definition Classes
    AstNode
  19. def getLocation(): CodeLocation
    Definition Classes
    AstNode
  20. def getName(): StringExpression
  21. def getStatement(): Statement
    Definition Classes
    BlockStarter
  22. def getTypeAsString(): String
    Definition Classes
    AstNode
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def isInCFG(): Boolean
    Definition Classes
    AstNode
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isLeaf(): Boolean
    Definition Classes
    AstNode
  27. def markAsCFGNode(): Unit
    Definition Classes
    AstNode
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def popLastChild(): AstNode
    Definition Classes
    AstNode
  32. def setChildNumber(num: Int): Unit
    Definition Classes
    AstNode
  33. def setCodeStr(aCodeStr: String): Unit
    Definition Classes
    AstNode
  34. def setCondition(expression: Expression): Unit
    Definition Classes
    BlockStarter
  35. def setContent(content: CompoundStatement): Unit
  36. def setLocation(location: CodeLocation): Unit
    Definition Classes
    AstNode
  37. def setName(name: StringExpression): Unit
  38. def setStatement(statement: Statement): Unit
    Definition Classes
    BlockStarter
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AstNode → AnyRef → Any
    Annotations
    @Override()
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from BlockStarter

Inherited from Statement

Inherited from AstNode

Inherited from AnyRef

Inherited from Any

Ungrouped