代码搜索:parser
找到约 10,000 项符合「parser」的源代码
代码结果 10,000
www.eeworm.com/read/447298/7554677
h docbparser.h
/*
* Summary: old DocBook SGML parser
* Description: interface for a DocBook SGML non-verifying parser
* This code is DEPRECATED, and should not be used anymore.
*
* Copy: See Copyright for
www.eeworm.com/read/444416/7612921
h htmlparser.h
/*
*/
#if !defined(__Parser_h__)
#define __Parser_h__
class COptions
{
priv
www.eeworm.com/read/152048/5676263
h htmlparser.h
/*
*/
#if !defined(__Parser_h__)
#define __Parser_h__
class COptions
{
priv
www.eeworm.com/read/136083/5873609
h htmlparser.h
/*
*/
#if !defined(__Parser_h__)
#define __Parser_h__
class COptions
{
priv
www.eeworm.com/read/131843/5926859
h htmlparser.h
/*
*/
#if !defined(__Parser_h__)
#define __Parser_h__
class COptions
{
priv
www.eeworm.com/read/124637/6041807
cs returntype.cs
// created on 04.08.2003 at 18:08
using SharpDevelop.Internal.Parser;
namespace CSharpBinding.Parser.SharpDevelopTree
{
public class ReturnType : AbstractReturnType
{
public new int Poin
www.eeworm.com/read/124637/6042380
cs modifiers.cs
using ICSharpCode.CsVbRefactory.Parser.AST;
namespace ICSharpCode.CsVbRefactory.Parser
{
public class Modifiers
{
Modifier cur;
public Modifier Modifier {
get {
return cur
www.eeworm.com/read/124637/6042612
cs abstractastvisitor.cs
using System;
using System.Collections;
using ICSharpCode.SharpRefactory.Parser.AST;
namespace ICSharpCode.SharpRefactory.Parser
{
public abstract class AbstractASTVisitor : IASTVisitor
{
www.eeworm.com/read/124637/6042854
cs fieldreferenceorinvocationexpression.cs
using System;
using System.Collections;
using ICSharpCode.SharpRefactory.Parser.VB;
namespace ICSharpCode.SharpRefactory.Parser.AST.VB
{
public class FieldReferenceOrInvocationExpression
www.eeworm.com/read/100133/6273810
g idl.g
options {
language="Cpp";
}
/**
* This is a complete parser for the IDL language as defined
* by the CORBA 2.0 specification. It will allow those who
* need an IDL parser to get up-and-runnin