代码搜索:Protected

找到约 10,000 项符合「Protected」的源代码

代码结果 10,000
www.eeworm.com/read/100133/6273701

java dtdatatype.java

package tinybasic; import antlr.collections.AST; public abstract class DTDataType { protected Scope scope; protected int theType; protected static int INT_VAR = TinyBasicTokenTypes.IN
www.eeworm.com/read/100133/6273717

java scope.java

package tinybasic; import java.util.*; public class Scope { protected Scope prev; protected Scope global; Hashtable symbolTable; protected Scope(Scope prev){ this.prev=prev; symbolTable =
www.eeworm.com/read/454761/1627578

java database.java

package model; import java.sql.*; public class DataBase { protected Connection conn = null; //Connection接口 protected Statement stmt = null; //Statement接口 protected ResultSet rs = null;
www.eeworm.com/read/247828/4474771

java articlenoncelocation.java

package com.v246; public class ArticleNonceLocation { protected StringBuffer re=new StringBuffer(300); protected StringBuffer fullClassDir=new StringBuffer(30); protected String url=null; pr
www.eeworm.com/read/229434/4755894

java flight.java

package flight2; import java.io.*; //public class Flight{ public class Flight implements Serializable{ protected String flightNumber; protected String origin; protected String destinat
www.eeworm.com/read/220677/4839801

java~4~ question.java~4~

package testovernet; public class Question { protected int m_QuestionNum; protected String m_Question; protected char m_Answer; public Question() { } public void PrintQues
www.eeworm.com/read/220677/4839932

java~4~ question.java~4~

package testovernet; public class Question { protected int m_QuestionNum; protected String m_Question; protected char m_Answer; public Question() { } public void PrintQues
www.eeworm.com/read/190945/5170382

java regexfilter.java

package com.easyjf.util.regx; /** * 过滤器实现 * @author * */ public class RegexFilter implements Filter { protected String regex = ""; protected String rpStr = ""; protected String so
www.eeworm.com/read/162925/5512007

java articlenoncelocation.java

package com.v246; public class ArticleNonceLocation { protected StringBuffer re=new StringBuffer(300); protected StringBuffer fullClassDir=new StringBuffer(30); protected String url=null; pr
www.eeworm.com/read/325944/3477898

java imagedata.java

public class ImageData implements java.io.Serializable { protected int width; protected int height; protected int[] pixelData; public ImageData(int width, int height, int[] pixels) {