menu
fair_dart2dsl package
documentation
fairdsl/fair_ast_node.dart
astNodeNameValue function
astNodeNameValue function
dark_mode
light_mode
astNodeNameValue
function
String
astNodeNameValue
(
AstNodeName
nodeName
)
Implementation
String
astNodeNameValue(AstNodeName nodeName) => nodeName.toString().split(
'.'
)[
1
];
fair_dart2dsl package
documentation
fairdsl/fair_ast_node
astNodeNameValue function
fair_ast_node library
Classes
Annotation
AssignmentExpression
AstNode
AwaitExpression
BinaryExpression
BlockStatement
BooleanLiteral
ClassDeclaration
Expression
FieldDeclaration
ForLoopParts
ForStatement
FunctionDeclaration
FunctionExpression
Identifier
IfStatement
IndexExpression
InterpolationExpression
ListLiteral
MapLiteral
MapLiteralEntry
MemberExpression
MethodDeclaration
MethodInvocation
NamedExpression
NumericLiteral
PrefixedIdentifier
PrefixExpression
Program
PropertyAccess
ReturnStatement
SelectAstClass
SimpleFormalParameter
StringInterpolation
StringLiteral
SwitchCase
SwitchStatement
TypeName
VariableDeclarationList
VariableDeclarator
VariableExpression
Enums
AstNodeName
Functions
astNodeNameValue
parseFileObject