Home
last modified time | relevance | path

Searched defs:astNode (Results 1 – 25 of 73) sorted by relevance

123

/dports/devel/git-town/git-town-7.6.0/vendor/github.com/cucumber/gherkin-go/v11/gherkin-go-11.0.0/
H A Dastbuilder.go33 type astNode struct { struct
34 ruleType RuleType
35 subNodes map[RuleType][]interface{}
38 func (a *astNode) add(rt RuleType, obj interface{}) {
42 func (a *astNode) getSingle(rt RuleType) interface{} {
51 func (a *astNode) getItems(rt RuleType) []interface{} {
61 func (a *astNode) getToken(tt TokenType) *Token {
68 func (a *astNode) getTokens(tt TokenType) []*Token {
408 func astSteps(t *astNode) (steps []*messages.GherkinDocument_Feature_Step) {
418 func astExamples(t *astNode) (examples []*messages.GherkinDocument_Feature_Scenario_Examples) {
[all …]
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/cucumber/gherkin-go/v11/
H A Dastbuilder.go33 type astNode struct { struct
34 ruleType RuleType
35 subNodes map[RuleType][]interface{}
38 func (a *astNode) add(rt RuleType, obj interface{}) {
42 func (a *astNode) getSingle(rt RuleType) interface{} {
51 func (a *astNode) getItems(rt RuleType) []interface{} {
61 func (a *astNode) getToken(tt TokenType) *Token {
68 func (a *astNode) getTokens(tt TokenType) []*Token {
408 func astSteps(t *astNode) (steps []*messages.GherkinDocument_Feature_Step) {
418 func astExamples(t *astNode) (examples []*messages.GherkinDocument_Feature_Scenario_Examples) {
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/pelletier/go-toml/v2/
H A Dparser_test.go161 astNode struct { struct
162 Kind ast.Kind
163 Data []byte
164 Children []astNode
168 func compareNode(t *testing.T, e astNode, n *ast.Node) {
176 func compareIterator(t *testing.T, expected []astNode, actual ast.Iterator) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/
H A DCompletionNodeFound.java22 public ASTNode astNode; field in CompletionNodeFound
32 public CompletionNodeFound(ASTNode astNode, Binding qualifiedBinding, Scope scope) { in CompletionNodeFound()
35 public CompletionNodeFound(ASTNode astNode, Binding qualifiedBinding, Scope scope, boolean insideTy… in CompletionNodeFound()
41 public CompletionNodeFound(ASTNode astNode, Scope scope) { in CompletionNodeFound()
44 public CompletionNodeFound(ASTNode astNode, Scope scope, boolean insideTypeAnnotation) { in CompletionNodeFound()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/
H A DSourceParameterDeclarationImpl.java41 public SourceParameterDeclarationImpl(SingleVariableDeclaration astNode, in SourceParameterDeclarationImpl()
57 final SingleVariableDeclaration astNode = getAstNode(); in getType() local
H A DASTBasedConstructorDeclarationImpl.java27 final org.eclipse.jdt.core.dom.BodyDeclaration astNode, in ASTBasedConstructorDeclarationImpl()
H A DASTBasedMethodDeclarationImpl.java31 final org.eclipse.jdt.core.dom.BodyDeclaration astNode, in ASTBasedMethodDeclarationImpl()
H A DASTBasedMemberDeclarationImpl.java31 ASTNode astNode, in ASTBasedMemberDeclarationImpl()
H A DASTBasedExecutableDeclarationImpl.java36 final org.eclipse.jdt.core.dom.BodyDeclaration astNode, in ASTBasedExecutableDeclarationImpl()
H A DASTBasedFieldDeclarationImpl.java43 final VariableDeclarationFragment astNode, in ASTBasedFieldDeclarationImpl()
H A DASTBasedAnnotationElementDeclarationImpl.java39 final AnnotationTypeMemberDeclaration astNode, in ASTBasedAnnotationElementDeclarationImpl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/surround/
H A DSurroundWithTryWithResourcesAnalyzer.java135 private boolean isAutoClosable(ASTNode astNode) { in isAutoClosable()
160 public Map<SimpleName, IVariableBinding> getVariableStatementBinding(ASTNode astNode) { in getVariableStatementBinding()
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/compiler/injection/
H A DGlobalEntityASTTransformation.java41 ASTNode astNode = nodes[0]; in visit() local
H A DGlobalPluginAwareEntityASTTransformation.java52 ASTNode astNode = astNodes[0]; in visit() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/
H A DStubUtility2.java75 …ng targetType, CodeGenerationSettings settings, boolean inInterface, ASTNode astNode) throws CoreE… in createImplementationStub()
80 …ng targetType, CodeGenerationSettings settings, boolean inInterface, ASTNode astNode) throws CoreE… in createImplementationStub()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/codemanipulation/
H A DRedundantNullnessTypeAnnotationsFilter.java108 …public static EnumSet<TypeLocation> determineNonNullByDefaultLocations(ASTNode astNode, Set<String… in determineNonNullByDefaultLocations()
206 …private static /* @Nullable */ List<IAnnotationBinding> getNNBDAnnotations(ASTNode astNode, Set<St… in getNNBDAnnotations()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/src/
H A DCOLLADASaxFWLFormulasLinker.cpp54 MathML::AST::INode*& astNode = asts[j]; in link() local
65 …MathML::AST::INode* FormulasLinker::link( COLLADAFW::Formula* formula, MathML::AST::INode* astNode in link()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/problem/
H A DAbortCompilation.java67 public void updateContext(ASTNode astNode, CompilationResult unitResult) { in updateContext()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/dom/fragments/
H A DUtil.java81 public static boolean covers(ISourceRange sourceRange, ASTNode astNode) { in covers()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/problem/
H A DAbortCompilation.java82 public void updateContext(ASTNode astNode, CompilationResult unitResult) { in updateContext()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/
H A DAbortCompilation.java86 public void updateContext(ASTNode astNode, CompilationResult unitResult) { in updateContext()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAFramework/src/
H A DCOLLADAFWFormulas.cpp29 …void setFragments( MathML::AST::INode* astNode, const Formula::ASTNodeASTNodeMap& originalClonedAS… in setFragments()
/dports/devel/yaegi/yaegi-0.9.23/interp/
H A Dast.go907 type astNode struct { struct
908 node *node
909 ast ast.Node
/dports/net/traefik/traefik-2.6.1/vendor/github.com/traefik/yaegi/interp/
H A Dast.go914 type astNode struct { struct
915 node *node
916 ast ast.Node
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/
H A DDefaultCodeFormatter.java318 ASTNode astNode = createParser(kind).createAST(null); in parseSourceCode() local
326 ASTNode astNode = createParser(kindToTry).createAST(null); in parseSourceCode() local

123