代码搜索:Protected

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

代码结果 10,000
www.eeworm.com/read/363616/9942811

java node.java

package test; import java.util.*; public class Node { protected char type; protected byte mode=3; protected boolean flag=false; protected Node[] target=new Node[20]; protected boolean
www.eeworm.com/read/104574/15689713

java timerecord.java

import java.util.*; class TimeRecord implements Comparable { protected long seconds; protected String projectName; protected String alias; protected boolean billable; TimeRecord() {
www.eeworm.com/read/363616/9942458

java p_event.java

package test1; public class P_Event { protected int id; protected double timestamp; protected char type; protected int attribute; protected boolean[] flag; public void setflag(int i)
www.eeworm.com/read/363616/9942524

java p_event.java

package test2; public class P_Event { protected int id; protected double timestamp; protected char type; protected int attribute; protected boolean[] flag; public void setflag(int i)
www.eeworm.com/read/347503/3168873

s undef.s

.protected protected .hidden hidden .internal internal
www.eeworm.com/read/340665/3265776

s undef.s

.protected protected .hidden hidden .internal internal
www.eeworm.com/read/447738/1694979

s undef.s

.protected protected .hidden hidden .internal internal
www.eeworm.com/read/182566/9199903

java painting.java

package Osbert; public class Painting { // protected data fields protected String firstName; // first name of artist protected String lastName; // last name of artist protected String
www.eeworm.com/read/166568/10016164

java zcompactprocessinginstruction.java

package org.jdom; public class ProcessingInstruction implements Serializable, Cloneable { protected String target; protected String rawData; protected Map mapData; protected Object pare
www.eeworm.com/read/166568/10016171

java zcompactdoctype.java

package org.jdom; public class DocType implements Serializable, Cloneable { protected String elementName; protected String publicID; protected String systemID; protected Document docum