Class Invariant

class Invariant
  : BaseNode ;

Fields

NameTypeDescription
assertArguments AssertArguments
blockStatement BlockStatement
comment string
index ulong
line ulong
useParen bool
tokens const(TokenStructure!(ubyte,"import dparse.lexer:TokenTriviaFields,TriviaToken; mixin TokenTriviaFields;"))[]List of tokens consumed by this AST node

Methods

NameDescription
accept (visitor)