Class StructBody

class StructBody
  : BaseNode ;

Fields

NameTypeDescription
declarations Declaration[]
endLocation ulongByte position of the closing brace
startLocation ulongByte position of the opening brace
tokens const(TokenStructure!(ubyte,"import dparse.lexer:TokenTriviaFields,TriviaToken; mixin TokenTriviaFields;"))[]List of tokens consumed by this AST node

Methods

NameDescription
accept (visitor)