QuestionQuestionToken

/** * A `??` token. */ 

Inherit from Token

Primary key: id: int

schema QuestionQuestionToken extends Token { @primary id: int } 

QuestionQuestionToken::getSymbol

/** * Gets the symbol associated with this node. */ 
pub fn getSymbol(self: QuestionQuestionToken) -> Symbol; 

QuestionQuestionToken::getAnAncestorEnclosingFunction

/** * Gets an ancestor enclosing function of it */ 
pub fn getAnAncestorEnclosingFunction(self: QuestionQuestionToken) -> *FunctionLikeDeclaration; 

QuestionQuestionToken::getIndex

pub fn getIndex(self: QuestionQuestionToken) -> int; 

QuestionQuestionToken::getParentOid

/** * Gets the parent oid of this node. */ 
pub fn getParentOid(self: QuestionQuestionToken) -> int; 

QuestionQuestionToken::getRelativePath

/** * Gets the relative path of this node. */ 
pub fn getRelativePath(self: QuestionQuestionToken) -> string; 

QuestionQuestionToken::getLastChild

/** * Gets the last child of this node parent. */ 
pub fn getLastChild(self: QuestionQuestionToken) -> Node; 

QuestionQuestionToken::getEndColumnNumber

pub fn getEndColumnNumber(self: QuestionQuestionToken) -> int; 

QuestionQuestionToken::getParent

/** * Gets the parent node of this node. */ 
pub fn getParent(self: QuestionQuestionToken) -> Node; 

QuestionQuestionToken::getChildCount

/** * Gets the number of child nodes. */ 
pub fn getChildCount(self: QuestionQuestionToken) -> int; 

QuestionQuestionToken::getDecorator

/** * Gets the `i`th decorator. */ 
pub fn getDecorator(self: QuestionQuestionToken, i: int) -> Decorator; 

QuestionQuestionToken::getEndLineNumber

pub fn getEndLineNumber(self: QuestionQuestionToken) -> int; 

QuestionQuestionToken::getATrailingComment

/** * Gets the trailing comments of it */ 
pub fn getATrailingComment(self: QuestionQuestionToken) -> *Comment; 

QuestionQuestionToken::getAnAncestorByLevel

/** * Gets an ancestor of this node by the level of the hierarchy. * * @param level: the number of levels to go up in the hierarchy. */ 
pub fn getAnAncestorByLevel(self: QuestionQuestionToken, level: int) -> Node; 

QuestionQuestionToken::getChild

/** * Gets the `i`th child of this node. */ 
pub fn getChild(self: QuestionQuestionToken, i: int) -> Node; 

QuestionQuestionToken::getRoot

/** * Gets the root top-level of this node. */ 
pub fn getRoot(self: QuestionQuestionToken) -> TopLevelDO; 

QuestionQuestionToken::getAChild

/** * Gets a child node of this node. */ 
pub fn getAChild(self: QuestionQuestionToken) -> *Node; 

QuestionQuestionToken::getStartColumnNumber

pub fn getStartColumnNumber(self: QuestionQuestionToken) -> int; 

QuestionQuestionToken::getStartLineNumber

pub fn getStartLineNumber(self: QuestionQuestionToken) -> int; 

QuestionQuestionToken::__all__

Data constraint method.

pub fn __all__(db: JavascriptDB) -> *QuestionQuestionToken; 

QuestionQuestionToken::getLocation

/** * Gets the location of this node. */ 
pub fn getLocation(self: QuestionQuestionToken) -> Location; 

QuestionQuestionToken::getADescendantByLevel

/** * Gets a descendant of this node by the level of the hierarchy. * * @param level: the number of levels to go up in the hierarchy. */ 
pub fn getADescendantByLevel(self: QuestionQuestionToken, level: int) -> *Node; 

QuestionQuestionToken::getKind

/** * Get the syntax kind of this node */ 
pub fn getKind(self: QuestionQuestionToken) -> int; 

QuestionQuestionToken::getAModifier

/** * Gets a modifier. */ 
pub fn getAModifier(self: QuestionQuestionToken) -> *Modifier; 

QuestionQuestionToken::getAnAncestor

/** * Gets an ancestor of this node. */ 
pub fn getAnAncestor(self: QuestionQuestionToken) -> *Node; 

QuestionQuestionToken::getEnclosingFunction

/** * Gets the enclosing function of it */ 
pub fn getEnclosingFunction(self: QuestionQuestionToken) -> FunctionLikeDeclaration; 

QuestionQuestionToken::getADescendant

/** * Gets a descendant of this node. */ 
pub fn getADescendant(self: QuestionQuestionToken) -> *Node; 

QuestionQuestionToken::getALeadingComment

/** * Gets the leading comments of it */ 
pub fn getALeadingComment(self: QuestionQuestionToken) -> *Comment; 

QuestionQuestionToken::getFile

/** * Gets the file of this node. */ 
pub fn getFile(self: QuestionQuestionToken) -> File; 

QuestionQuestionToken::getModifier

/** * Gets the `i`th modifier. */ 
pub fn getModifier(self: QuestionQuestionToken, i: int) -> Modifier; 

QuestionQuestionToken::getText

/** * Gets the text of this node. */ 
pub fn getText(self: QuestionQuestionToken) -> string; 

QuestionQuestionToken::getAComment

/** * Gets the comments related to it */ 
pub fn getAComment(self: QuestionQuestionToken) -> *Comment; 

QuestionQuestionToken::getADecorator

/** * Gets a decorator. */ 
pub fn getADecorator(self: QuestionQuestionToken) -> *Decorator;