예제 #1
0
 private void _leave(int lexeme, int marker, NodeType nodeType, RuleContext context)
 {
     _psiBuilder.ResetCurrentLexeme(lexeme, lexeme);
     _psiBuilder.Done(marker, nodeType, context);
 }
예제 #2
0
 public SpringNodeIdentifier(RuleContext context, NodeType nodeType) : base(context, nodeType)
 {
 }
예제 #3
0
 public SpringNodeIdentifierDeclaration(RuleContext context, NodeType nodeType) : base(context, nodeType)
 {
     DeclaredElement = new SpringIdentifierDeclared(this);
 }
예제 #4
0
 public SpringNodeCompositeAntlr(RuleContext context, NodeType nodeType)
 {
     NodeType = nodeType;
     Context  = context;
 }