예제 #1
0
 virtual public void VisitGlobalConstantDecl(GlobalConstantDecl x)
 {
     // nothing
 }
예제 #2
0
 virtual public void VisitGlobalConstantDecl(GlobalConstantDecl x)
 {
     // nothing
 }
예제 #3
0
 public void GlobalConstantDeclarationReduced(Parser parser, PHP.Core.AST.GlobalConstantDecl decl)
 {
 }